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
- 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.