VssTokenStorage.SetProperty Method

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

Syntax

'Declaration
Public MustOverride Function SetProperty ( _
    token As VssToken, _
    name As String, _
    value As String _
) As Boolean
public abstract bool SetProperty(
    VssToken token,
    string name,
    string value
)
public:
virtual bool SetProperty(
    VssToken^ token, 
    String^ name, 
    String^ value
) abstract
abstract SetProperty : 
        token:VssToken * 
        name:string * 
        value:string -> bool
public abstract function SetProperty(
    token : VssToken, 
    name : String, 
    value : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VssTokenStorage Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace