IdentityUser<TKey, TLogin, TRole, TClaim>.EmailConfirmed Property

 

Gets or sets a value that indicates whether the email is confirmed.

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

Syntax

public virtual bool EmailConfirmed { get; set; }
public:
property bool EmailConfirmed {
    virtual bool get();
    virtual void set(bool value);
}
abstract EmailConfirmed : bool with get, set
override EmailConfirmed : bool with get, set
Public Overridable Property EmailConfirmed As Boolean

Property Value

Type: System.Boolean

See Also

IdentityUser<TKey, TLogin, TRole, TClaim> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top