'Declaration
<CanBeNullAttribute()> Function GetPublishedDataSetSourceElement( _ ByVal publishedDataSetName As String, _ ByVal dataSetFolderPath As Object _ ) As _UAPublishedDataSetSourceElement
'Usage
Dim instance As _UAReadOnlyPubSubConfiguration Dim publishedDataSetName As String Dim dataSetFolderPath As Object Dim value As _UAPublishedDataSetSourceElement value = instance.GetPublishedDataSetSourceElement(publishedDataSetName, dataSetFolderPath)
[CanBeNull()] _UAPublishedDataSetSourceElement GetPublishedDataSetSourceElement( string publishedDataSetName, object dataSetFolderPath )
[CanBeNull()] _UAPublishedDataSetSourceElement^ GetPublishedDataSetSourceElement( String^ publishedDataSetName, Object^ dataSetFolderPath )
Parameters
- publishedDataSetName
- The name of the published dataset.
The value of this parameter can 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).