This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexTag Interface > IXMLIndexTag.Name Property (ArcObjects .NET 10.5 SDK) |
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