Specifies whether the sort order for the Alarm Summary object is ascending or descending.
Syntax
object.SortOrderAscending [= Boolean]
Properties
The SortOrderAscending property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether the sort is ascending or descending. |
Settings
The settings for Boolean are:
Value |
Description |
True |
The sort order is ascending. |
False |
The sort order is descending. (Default) |