_OrderField.IsDescending Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean value (bool in C#) that indicates whether the contents of the OrderField object are sorted in descending order. Read/write.
public:
property bool IsDescending { bool get(); void set(bool value); };
public bool IsDescending { get; set; }
Public Property IsDescending As Boolean
Property Value
Remarks
If this property is set to True, the contents of the property referenced by the OrderField object are sorted in descending order; otherwise, the contents are sorted in ascending order.