GoogleHelper.GetFamilyName(JObject) メソッド

定義

ユーザーのファミリ名を取得します。

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

パラメーター

user
Newtonsoft.Json.Linq.JObject

戻り値

適用対象