This document is archived and information here might be outdated.  Recommended version.


IGPValue.DataType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPValue Interface > IGPValue.DataType Property
ArcGIS Developer Help

IGPValue.DataType Property

The data type of the value object.

[Visual Basic .NET]
Public ReadOnly Property DataType As IGPDataType
[C#]
public IGPDataType DataType {get;}
[C++]
HRESULT get_DataType(
  IGPDataType** DataType
);
[C++]
Parameters
DataType [out, retval]

DataType is a parameter of type IGPDataType**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The DataType property returns the DataType object associated with this Value object.

See Also

IGPValue Interface