InvokeRequest.Token Property

Definition

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

Property Value

Attributes

Applies to