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

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

Syntax

'Declaration
Public Overridable Property EmailConfirmed As Boolean 
    Get 
    Set
'Usage
Dim instance As IdentityUser 
Dim value As Boolean 

value = instance.EmailConfirmed

instance.EmailConfirmed = value
public virtual bool EmailConfirmed { get; set; }
public:
virtual property bool EmailConfirmed {
    bool get ();
    void set (bool value);
}
abstract EmailConfirmed : bool with get, set 
override EmailConfirmed : bool with get, set
function get EmailConfirmed () : boolean 
function set EmailConfirmed (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

IdentityUser<TKey, TLogin, TRole, TClaim> Class

Microsoft.AspNet.Identity.EntityFramework Namespace

Other Resources

ASP.NET Identity