MicrosoftAccountHelper.GetGivenName(JObject) メソッド

定義

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

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

パラメーター

user
Newtonsoft.Json.Linq.JObject

戻り値

適用対象