'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Property DataSetFolderPath As StringCollection
'Usage
Dim instance As _UAPublishedDataSetData Dim value As StringCollection instance.DataSetFolderPath = value value = instance.DataSetFolderPath
[ElementsNotNull()] [NotNull()] StringCollection DataSetFolderPath {get; set;}
[ElementsNotNull()] [NotNull()] property StringCollection^ DataSetFolderPath { StringCollection^ get(); void set ( StringCollection^ value); }