Share via


GoogleHelper.GetProfile(JObject) Method

Definition

Gets the user's profile link.

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

Parameters

user
Newtonsoft.Json.Linq.JObject

Returns

Applies to