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 user's family name
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
public string FamilyName { get; set; }
public:
property String^ FamilyName {
String^ get();
void set(String^ value);
}
member FamilyName : string with get, set
Public Property FamilyName As String
Property Value
Type: System.String
Returns String.
See Also
GoogleOAuth2AuthenticatedContext Class
Microsoft.Owin.Security.Google Namespace
Return to top