Provides the data type of the value object.
[Visual Basic 6.0] Property DataType As IGPDataType
[Visual Basic .NET] Public ReadOnly Property DataType As IGPDataType
[C#] public IGPDataType DataType {get;}
[Java] public IGPDataType getDataType() throws IOException, AutomationException
[C++] HRESULT get_DataType( IGPDataType** DataType );
The DataType property returns the DataType object associated with this Value object.