'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); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.