'Declaration
Public Shadows Property DataType As PrimitiveDataType
'Usage
Dim instance As PrimitiveData Dim value As PrimitiveDataType instance.DataType = value value = instance.DataType
public new PrimitiveDataType DataType {get; set;}
public: new 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
.