'Declaration
<CanBeNullAttribute()> Property DataType As UnionDataType
'Usage
Dim instance As _UnionData Dim value As UnionDataType instance.DataType = value value = instance.DataType
[CanBeNull()] UnionDataType DataType {get; set;}
[CanBeNull()] 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
.