FacebookAuthenticatedContext.UserName Property
Gets or sets the name of the user.
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
'Declaration
Public Property UserName As String
Get
Private Set
'Usage
Dim instance As FacebookAuthenticatedContext
Dim value As String
value = instance.UserName
public string UserName { get; private set; }
public:
property String^ UserName {
String^ get ();
private: void set (String^ value);
}
member UserName : string with get, private set
function get UserName () : String
private function set UserName (value : String)
Property Value
Type: System.String
The name of the user.