'Declaration
<NotNullAttribute()> Function GetPublishedDataSetElement( _ ByVal dataSetFolderPath As Object, _ ByVal publishedDataSetName As String _ ) As UAPublishedDataSetElement
'Usage
Dim instance As _UAReadOnlyPubSubConfiguration Dim dataSetFolderPath As Object Dim publishedDataSetName As String Dim value As UAPublishedDataSetElement value = instance.GetPublishedDataSetElement(dataSetFolderPath, publishedDataSetName)
[NotNull()] UAPublishedDataSetElement GetPublishedDataSetElement( object dataSetFolderPath, string publishedDataSetName )
[NotNull()] UAPublishedDataSetElement^ GetPublishedDataSetElement( Object^ dataSetFolderPath, String^ publishedDataSetName )
Parameters
- 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). - publishedDataSetName
- The name of the published dataset.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).