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

 

Gets or sets the email for the user.

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

Syntax

public virtual string Email { get; set; }
public:
property String^ Email {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract Email : string with get, set
override Email : string with get, set
Public Overridable Property Email As String

Property Value

Type: System.String

See Also

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

Return to top