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