Share via


FacebookAuthenticatedContext.Name Property

 

Gets the user's name

Namespace:   Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

Syntax

public string Name { get; private set; }
public:
property String^ Name {
    String^ get();
    private: void set(String^ value);
}
member Name : string with get, private set
Public Property Name 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