AWS SDK for .NET Documentation
Ascending Property
AmazonAmazon.ElasticTranscoder.ModelListJobsByStatusRequestAscending Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Ascending.

To list jobs in chronological order by the date and time that they were submitted, enter

CopyC#
true
. To list jobs in reverse chronological order, enter
CopyC#
false
.

Declaration Syntax
C#
public string Ascending { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)