This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexTemplate Interface > IXMLIndexTemplate.Name Property (ArcObjects .NET 10.4 SDK) |
A user defineable name which must be globally unique to the Geodatabase instance.
[Visual Basic .NET] Public Property Name As String
[C#] public string Name {get; set;}
[C++]
HRESULT get_Name(
BSTR* templateName
);
[C++]
HRESULT put_Name(
BSTR templateName
);
[C++]
Parameters templateName [out, retval] templateName is a parameter of type BSTR templateName [in] templateName is a parameter of type BSTR