ArcObjects Library Reference (GeoDatabase)  

IXMLIndex.Description Property

A textual description of the XML Index.

[Visual Basic .NET]
Public ReadOnly Property Description As String
[C#]
public string Description {get;}
[C++]
HRESULT get_Description(
  BSTR* indexDescription
);
[C++]

Parameters

indexDescription [out, retval]   indexDescription is a parameter of type BSTR

Product Availability

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

See Also

IXMLIndex Interface