ESRI.ArcGIS.ADF.ArcGISServer
IsAscending Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Index Class : IsAscending Property




Indicates if the index is based on ascending order.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property IsAscending As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Index
Dim value As Boolean
 
instance.IsAscending = value
 
value = instance.IsAscending
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public bool IsAscending {get; set;}

See Also

© 2010 All Rights Reserved.