IVsCredential.TokenValue Property

Definition

Gets or sets the last token value.

public:
 property System::String ^ TokenValue { System::String ^ get(); };
public:
 property Platform::String ^ TokenValue { Platform::String ^ get(); };
public string TokenValue { get; }
member this.TokenValue : string
Public ReadOnly Property TokenValue As String

Property Value

The last token value. If the value is empty call RefreshTokenValue. If RefreshToken fails, it is set to an empty string.

Applies to