Share via


TokenStatus.HasToken Property

Definition

Gets or sets true if a token is stored for this ConnectionName.

public bool? HasToken { get; set; }
member this.HasToken : Nullable<bool> with get, set
Public Property HasToken As Nullable(Of Boolean)

Property Value

Boolean indicating if a token is stored for this ConnectionName.

Applies to