'Declaration
<CanBeNullAttribute()> Function FindPublishedDataSetElement( _ ByVal publishedDataSetName As String, _ ByVal dataSetFolderPath As Object _ ) As UAPublishedDataSetElement
'Usage
Dim instance As _UAReadOnlyPubSubConfiguration Dim publishedDataSetName As String Dim dataSetFolderPath As Object Dim value As UAPublishedDataSetElement value = instance.FindPublishedDataSetElement(publishedDataSetName, dataSetFolderPath)
[CanBeNull()] UAPublishedDataSetElement FindPublishedDataSetElement( string publishedDataSetName, object dataSetFolderPath )
[CanBeNull()] UAPublishedDataSetElement^ FindPublishedDataSetElement( 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
null
when the specified published dataset does not exist.
This method can return null
(Nothing
in Visual Basic).