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