VssToken.RetrieveValue Method
Namespace: Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Protected MustOverride Function RetrieveValue As String
protected abstract string RetrieveValue()
protected:
virtual String^ RetrieveValue() abstract
abstract RetrieveValue : unit -> string
protected abstract function RetrieveValue() : String
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Services.Common.TokenStorage Namespace