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


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

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