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