Gets the index with the specified index name.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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

Relate Topics:
  Item Property (Int32)
Created by Atop CHM to web converter,© 2009 all right reserved.