FacebookAuthenticatedContext.UserName Property
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public string UserName { get; private set; }
public:
property String^ UserName {
String^ get();
private: void set(String^ value);
}
member UserName : string with get, private set
Public Property UserName As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
FacebookAuthenticatedContext Class
Microsoft.Owin.Security.Facebook Namespace
Return to top