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 list of errors.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Syntax
public IEnumerable<string> Errors { get; private set; }
public:
property IEnumerable<String^>^ Errors {
IEnumerable<String^>^ get();
private: void set(IEnumerable<String^>^ value);
}
member Errors : IEnumerable<string> with get, private set
Public Property Errors As IEnumerable(Of String)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IEnumerable<String>
The list of errors.
See Also
IdentityResult Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity
Return to top