SharePointOnlineListSource.Query Property

Definition

Gets or sets the OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="query")]
public object Query { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="query")>]
member this.Query : obj with get, set
Public Property Query As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to