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