Share via


GoogleHelper.GetGivenName(JObject) Method

Definition

Gets the user's given name.

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

Parameters

user
Newtonsoft.Json.Linq.JObject

Returns

Applies to