Gets and sets the property Ascending.
To list jobs in chronological order by the date and time that they were submitted,
enter CopyC#
. To list jobs in reverse chronological order,
enter true
CopyC#
.
false

C# |
public string Ascending { get; set; }