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


IXMLIndex.XMLIndexType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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