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

'Declaration
Public Property Succeeded As Boolean 
    Get 
    Private Set
'Usage
Dim instance As IdentityResult 
Dim value As Boolean 

value = instance.Succeeded
public bool Succeeded { get; private set; }
public:
property bool Succeeded {
    bool get ();
    private: void set (bool value);
}
member Succeeded : bool with get, private set
function get Succeeded () : boolean 
private function set Succeeded (value : boolean)

Property Value

Type: System.Boolean
true if the operation was successful; otherwise, false.

See Also

Reference

IdentityResult Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity