Query.CommandId Property

Definition

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

Property Value

Attributes

Applies to