FacebookHelper.GetMiddleName(JObject) Método

Definición

Obtiene el segundo nombre del usuario.

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

Parámetros

user
Newtonsoft.Json.Linq.JObject

Devoluciones

String

Se aplica a