Share via


GoogleHelper.GetFamilyName(JObject) Method

Definition

Gets the user's family name.

public:
 static System::String ^ GetFamilyName(Newtonsoft::Json::Linq::JObject ^ user);
public static string GetFamilyName (Newtonsoft.Json.Linq.JObject user);
static member GetFamilyName : Newtonsoft.Json.Linq.JObject -> string
Public Shared Function GetFamilyName (user As JObject) As String

Parameters

user
Newtonsoft.Json.Linq.JObject

Returns

Applies to