VssToken.SetTokenValue Method

Namespace:  Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Function SetTokenValue ( _
    token As String _
) As Boolean
public bool SetTokenValue(
    string token
)
public:
bool SetTokenValue(
    String^ token
)
member SetTokenValue : 
        token:string -> bool
public function SetTokenValue(
    token : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VssToken Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace