Language
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.
Gets the validation error.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Property Error As String
Get
Private Set
'Usage
Dim instance As BaseValidatingContext
Dim value As String
value = instance.Error
public string Error { get; private set; }
public:
property String^ Error {
String^ get ();
private: void set (String^ value);
}
member Error : string with get, private set
function get Error () : String
private function set Error (value : String)
Property Value
Type: System.String
The validation error.