'Declaration
<NotNullAttribute()> ReadOnly Property StructureDescriptions As ICollection
'Usage
Dim instance As _UADataSetMetaData Dim value As ICollection value = instance.StructureDescriptions
[NotNull()] ICollection StructureDescriptions {get;}
[NotNull()] property ICollection^ StructureDescriptions { ICollection^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).