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