'Declaration
Public Function New( _ ByVal publishedDataSetName As String _ )
'Usage
Dim publishedDataSetName As String Dim instance As New UADataSetSubscriptionDescriptor(publishedDataSetName)
public UADataSetSubscriptionDescriptor( string publishedDataSetName )
public: UADataSetSubscriptionDescriptor( String^ publishedDataSetName )
Parameters
- publishedDataSetName
- Name of the published dataset.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).