'Declaration<CanBeNullAttribute()> Property DataType As StructuredDataType
'UsageDim instance As _StructuredData Dim value As StructuredDataType instance.DataType = value value = instance.DataType
[CanBeNull()] StructuredDataType DataType {get; set;}
[CanBeNull()] property StructuredDataType^ DataType { StructuredDataType^ get(); void set ( StructuredDataType^ value); }