'Declaration
<NotNullAttribute()> ReadOnly Property PublishedDataSets As UADataSetFolderData
'Usage
Dim instance As _UAPubSubConfigurationData Dim value As UADataSetFolderData value = instance.PublishedDataSets
[NotNull()] UADataSetFolderData PublishedDataSets {get;}
[NotNull()] property UADataSetFolderData^ PublishedDataSets { UADataSetFolderData^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).