Aracılığıyla paylaş


OrderBy.Order Property

Definition

Gets or sets describes if results should be in ascending/descending order. Possible values include: 'Ascending', 'Descending'

[Newtonsoft.Json.JsonProperty(PropertyName="order")]
public string Order { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="order")>]
member this.Order : string with get, set
Public Property Order As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to