AccessTokenErrorResponse.Error Property

Namespace:  Microsoft.VisualStudio.Services.OAuth
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "error")> _
Public Property Error As String
[DataMemberAttribute(Name = "error")]
public string Error { get; set; }
[DataMemberAttribute(Name = L"error")]
public:
property String^ Error {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "error")>]
member Error : string with get, set
function get Error () : String 
function set Error (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AccessTokenErrorResponse Class

Microsoft.VisualStudio.Services.OAuth Namespace