Gets a value indicating whether this Index is ascending.
Public ReadOnly Property IsAscending As Boolean
Dim instance As ColumnIndexAttribute
Dim value As Boolean
value = instance.IsAscending
public bool IsAscending {get;}
public: __property bool get_IsAscending();
public:
property bool IsAscending {
bool get();
}
Property Value
true
if this Index is ascending; otherwise,
false
.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2