'Declaration
<CanBeNullAttribute()> Function GetPublishedDataSetSourceElement( _ ByVal publishedDataSetName As String, _ ByVal dataSetFolderPath As IReadOnlyList(Of String) _ ) As UAPublishedDataSetSourceElement
'Usage
Dim instance As IUAReadOnlyPubSubConfiguration Dim publishedDataSetName As String Dim dataSetFolderPath As IReadOnlyList(Of String) Dim value As UAPublishedDataSetSourceElement value = instance.GetPublishedDataSetSourceElement(publishedDataSetName, dataSetFolderPath)
[CanBeNull()] UAPublishedDataSetSourceElement GetPublishedDataSetSourceElement( string publishedDataSetName, IReadOnlyList<string> dataSetFolderPath )
[CanBeNull()] UAPublishedDataSetSourceElement^ GetPublishedDataSetSourceElement( String^ publishedDataSetName, IReadOnlyList<String^>^ dataSetFolderPath )
Parameters
- publishedDataSetName
- The name of the published dataset.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - dataSetFolderPath
- An optional path to the folder that contains the published dataset.
The value of this parameter can be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).