GoogleHelper.GetProfile(JObject) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> stringPublic Shared Function GetProfile (user As JObject) As StringParameters
- user
- Newtonsoft.Json.Linq.JObject