Share via


SearchSort.Order Property

Definition

Gets or sets the sort order of the search. 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