Ascending Property (SortDescription)
In This Topic
Gets or sets whether sorting with ascending.
Syntax
'Declaration
Public Property Ascending As System.Boolean
'Usage
Dim instance As SortDescription
Dim value As System.Boolean
instance.Ascending = value
value = instance.Ascending
public System.bool Ascending {get; set;}
public read-write property Ascending: System.Boolean;
public function get,set Ascending : System.boolean
public: __property System.bool get_Ascending();
public: __property void set_Ascending(
System.bool value
);
public:
property System.bool Ascending {
System.bool get();
void set ( System.bool value);
}
See Also