Share via


SavedSearch.Version Property

Definition

Gets or sets the version number of the query language. The current version is 2 and is the default.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.version")]
public long? Version { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.version")>]
member this.Version : Nullable<int64> with get, set
Public Property Version As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to