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