Поделиться через


GoogleOAuth2AuthenticatedContext.Name Property

 

Gets the user's name

Namespace:   Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.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

GoogleOAuth2AuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace

Return to top