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


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

IXMLIndex.XMLIndexType Property

The type of XML Index.

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

XMLIndexType is a parameter of type esriXMLIndexType*

Product Availability

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

See Also

IXMLIndex Interface