Share via


OrderBy.Field Property

Definition

Gets or sets describes the actual column name to sort by

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to