The name of the index.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string Name { get; set; }
Visual Basic (Declaration)
Public Property Name As String

Field Value

The name of the index.

Remarks

This property should only be set when creating an index for a file geodatabase feature class or table. Although it is possible to create indexes for a Column in a shapefile it is not possible to name the index.

This property can only be set when creating a new Index before it has been added to the IndexCollection and written to disk. You cannot set the property to change an existing index.

See Also