'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> ReadOnly Property PublishedDataSets As UAPublishedDataSetDataCollection
'Usage
Dim instance As _UADataSetFolderData Dim value As UAPublishedDataSetDataCollection value = instance.PublishedDataSets
[ElementsNotNull()] [NotNull()] UAPublishedDataSetDataCollection PublishedDataSets {get;}
[ElementsNotNull()] [NotNull()] property UAPublishedDataSetDataCollection^ PublishedDataSets { UAPublishedDataSetDataCollection^ get(); }