IVsCredential.TokenValue 属性

定义

获取或设置最后一个标记值。

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

属性值

String

最后一个标记值。 如果该值为空,请调用 RefreshTokenValue。 如果 RefreshToken 失败,则将其设置为空字符串。

适用于