Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if application code has called any of the SetError methods on this context.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public bool HasError { get; private set; }
public:
property bool HasError {
bool get();
private: void set(bool value);
}
member HasError : bool with get, private set
Public Property HasError As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
Returns Boolean.
See Also
BaseValidatingContext<TOptions> Class
Microsoft.Owin.Security.OAuth Namespace
Return to top