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