AccessTokenResponse.AccessToken Property
Namespace: Microsoft.VisualStudio.Services.OAuth
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "access_token")> _
Public Property AccessToken As String
[DataMemberAttribute(Name = "access_token")]
public string AccessToken { get; set; }
[DataMemberAttribute(Name = L"access_token")]
public:
property String^ AccessToken {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "access_token")>]
member AccessToken : string with get, set
function get AccessToken () : String
function set AccessToken (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.