ArcObjects Library Reference (GeoDatabase)  

IXMLIndexTemplate.Name Property

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

Product Availability

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

See Also

IXMLIndexTemplate Interface