SortColumn.Fourth property
- Last UpdatedJul 19, 2024
- 1 minute read
The SortColumn.Fourth property is a read-write string property that gets or sets the fourth sort column.
The default value is blank.
Syntax
result = AlarmClient.SortColumn.Fourth;
AlarmClient.SortColumn.Fourth = sortByFourth;
Example
AlarmClient1.SortColumn.Fourth = "Priority";
Remarks
Use this property in connection with the SortOrder.Fourth to determine the sorting direction.