FacebookHelper.GetName(JObject) メソッド

定義

ユーザーの名前を取得します。

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

パラメーター

user
Newtonsoft.Json.Linq.JObject

戻り値

適用対象