IVsCredential.TokenValue 屬性

定義

最後一個令牌值。 如果值為空的呼叫 RefreshTokenValue。 如果 RefreshToken 失敗,則會設定為空字串。

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

屬性值

最後一個令牌值。 如果值為空的呼叫 RefreshTokenValue。 如果 RefreshToken 失敗,它會設定為空字串。

適用於