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