Gets a collection containing all the indexes defined for this Column.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public ReadOnlyCollection<Index> Indexes { get; }
Visual Basic (Declaration)
Public ReadOnly Property Indexes As ReadOnlyCollection(Of Index)

Field Value

A ReadOnlyCollection object consisting of Index objects each of which represents an index associated with the Column.

See Also