Gets a value indicating whether the index is ascending or not (i.e. ordered alphabetically to numerically).

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public bool IsAscending { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsAscending As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the Index is ascending; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also