ArcObjects Library Reference (GeoDatabase)  

IXMLIndexTag.DataType Property

The data type classification of the index tag.

[Visual Basic .NET]
Public Property DataType As esriXMLIndexTagDataType
[C#]
public esriXMLIndexTagDataType DataType {get; set;}
[C++]
HRESULT get_DataType(
  esriXMLIndexTagDataType* DataType
);
[C++]
HRESULT put_DataType(
  esriXMLIndexTagDataType DataType
);
[C++]

Parameters

DataType [out, retval]

  DataType is a parameter of type esriXMLIndexTagDataType

DataType [in]

  DataType is a parameter of type esriXMLIndexTagDataType

Product Availability

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

See Also

IXMLIndexTag Interface