SearchValue.QueryText Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("queryText")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public string QueryText { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("queryText")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.QueryText : string with get, set
Public Property QueryText As String

Property Value

Attributes

Applies to