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

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

Syntax

'Declaration
Public Overridable Property Email As String 
    Get 
    Set
'Usage
Dim instance As IdentityUser 
Dim value As String 

value = instance.Email

instance.Email = value
public virtual string Email { get; set; }
public:
virtual property String^ Email {
    String^ get ();
    void set (String^ value);
}
abstract Email : string with get, set 
override Email : string with get, set
function get Email () : String 
function set Email (value : String)

Property Value

Type: System.String

See Also

Reference

IdentityUser<TKey, TLogin, TRole, TClaim> Class

Microsoft.AspNet.Identity.EntityFramework Namespace

Other Resources

ASP.NET Identity