Visual Basic (Declaration) | |
---|---|
Public Property Ascending As Boolean |
C# | |
---|---|
public bool Ascending {get; set;} |
Property Value
Iftrue
the results will be sorted in ascending order. If false
the results will be sorted in descending order.Target Platforms:Windows Phone 7