'Declaration
Public Shadows Property DataType As UnionDataType
'Usage
Dim instance As UnionData Dim value As UnionDataType instance.DataType = value value = instance.DataType
public new UnionDataType DataType {get; set;}
public: new property UnionDataType^ DataType { UnionDataType^ get(); void set ( UnionDataType^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.