'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Property DataType As UnionDataType
'Usage
Dim instance As _UnionData Dim value As UnionDataType instance.DataType = value value = instance.DataType
[JetBrains.Annotations.CanBeNull()] UnionDataType DataType {get; set;}
[JetBrains.Annotations.CanBeNull()] property UnionDataType^ DataType { UnionDataType^ get(); void set ( UnionDataType^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.