Gets the index with the specified index name.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public Index this[
	string indexName
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	indexName As String _
) As Index

Parameters

indexName
Type: System..::.String

The name of the Index.

Field Value

An Index object which represents a physical index on a Table.

See Also