QueryRequest.Result Property

Definition

result

[System.Text.Json.Serialization.JsonPropertyName("result")]
public System.Text.Json.JsonElement? Result { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("result")>]
member this.Result : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Result As Nullable(Of JsonElement)

Property Value

Attributes

Applies to