Read-write. Indicates whether a secondary sorting column for a user-sorted column is descending in sort order.
Note This property is new with Release 5.
Note This property is read-write with Release 6.
Defined in
NotesViewColumn
Data type
Boolean
Syntax
To get: flag = notesViewColumn.IsSecondaryResortDescending
To set: notesViewColumn. IsSecondaryResortDescending = flag
Legal values
IsSecondaryResort must be True for this property to be effective.
Language cross-reference
IsSecondaryResortDescending property in Java ViewColumn class
Example