ExternalLoginInfo.Email Property

Gets or sets the email claim from the external identity.

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

Syntax

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

value = instance.Email

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

Property Value

Type: System.String
The email claim from the external identity.

See Also

Reference

ExternalLoginInfo Class

Microsoft.AspNet.Identity.Owin Namespace

Other Resources

ASP.NET Identity