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