VssToken.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 ( _
    name As String, _
    value As String _
) As Boolean
public abstract bool SetProperty(
    string name,
    string value
)
public:
virtual bool SetProperty(
    String^ name, 
    String^ value
) abstract
abstract SetProperty : 
        name:string * 
        value:string -> bool
public abstract function SetProperty(
    name : String, 
    value : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VssToken Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace