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


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

IXMLIndexEdit.Description Property

A textual description of the XML Index.

[Visual Basic .NET]
Public WriteOnly Property Description_2
[C#]
public void Description_2 {set;}
[C++]
HRESULT put_Description(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

IXMLIndexEdit Interface