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