Share via


GoogleHelper.GetName(JObject) Method

Definition

Gets the user's name.

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

Parameters

user
Newtonsoft.Json.Linq.JObject

Returns

Applies to