Share via


QueryOptions.Select Property

Definition

Gets or sets select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId".

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

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to