SavedSearch.Query Property

Definition

Gets or sets the query expression for the saved search.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to