Status.HasToken Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("hasToken")]
[System.Text.Json.Serialization.JsonPropertyOrder(2)]
public bool HasToken { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("hasToken")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(2)>]
member this.HasToken : bool with get, set
Public Property HasToken As Boolean

Property Value

Attributes

Applies to