Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Facebook email
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public string Email { get; private set; }
public:
property String^ Email {
String^ get();
private: void set(String^ value);
}
member Email : string with get, private set
Public Property Email As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
FacebookAuthenticatedContext Class
Microsoft.Owin.Security.Facebook Namespace
Return to top