VssToken.TokenValue Property
Namespace: Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property TokenValue As String
public string TokenValue { get; protected set; }
public:
property String^ TokenValue {
String^ get ();
protected: void set (String^ value);
}
member TokenValue : string with get, set
function get TokenValue () : String
protected function set TokenValue (value : String)
Property 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