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


IXMLIndexTag.Name Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IXMLIndexTag.Name Property

The name formatted as the full locational path of the XML schema.

[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
  BSTR* indexName
);
[C++]
HRESULT put_Name(
  BSTR indexName
);
[C++]

Parameters indexName [out, retval] indexName is a parameter of type BSTR indexName [in] indexName is a parameter of type BSTR

Product Availability

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

See Also

IXMLIndexTag Interface