IdentityResult.Succeeded Property

 

Gets a value that indicates whether the operation was successful.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public bool Succeeded { get; private set; }
public:
property bool Succeeded {
    bool get();
    private: void set(bool value);
}
member Succeeded : bool with get, private set
Public Property Succeeded As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

true if the operation was successful; otherwise, false.

See Also

IdentityResult Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top