RunQueryOrderBy.Order Property

Definition

Gets or sets sorting order of the parameter. Possible values include: 'ASC', 'DESC'

[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