SavedSearch.FunctionAlias Property

Definition

Gets or sets the function alias if query serves as a function.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to