Share via


QueryOptions.OrderBy Property

Definition

Gets or sets ordering expression using OData notation. One or more comma-separated column names with an optional "desc" (the default) or "asc", e.g. "$orderby=PolicyAssignmentId, ResourceId asc".

[Newtonsoft.Json.JsonIgnore]
public string OrderBy { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.OrderBy : string with get, set
Public Property OrderBy As String

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to