Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The access code used to prove authorization on the resource server
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AccessToken As VssOAuthToken
public VssOAuthToken AccessToken { get; }
public:
property VssOAuthToken^ AccessToken {
VssOAuthToken^ get ();
}
member AccessToken : VssOAuthToken with get
function get AccessToken () : VssOAuthToken
Property Value
Type: Microsoft.VisualStudio.Services.Client.VssOAuthToken
.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.