GoogleOAuth2AuthenticatedContext.FamilyName Property
Gets the user's family name
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
Syntax
'Declaration
Public Property FamilyName As String
Get
Set
'Usage
Dim instance As GoogleOAuth2AuthenticatedContext
Dim value As String
value = instance.FamilyName
instance.FamilyName = value
public string FamilyName { get; set; }
public:
property String^ FamilyName {
String^ get ();
void set (String^ value);
}
member FamilyName : string with get, set
function get FamilyName () : String
function set FamilyName (value : String)
Property Value
Type: System.String
Returns String.