Compartir a través de


MicrosoftAccountHelper.GetGivenName(JObject) Método

Definición

Obtiene el nombre especificado del usuario.

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

Parámetros

user
Newtonsoft.Json.Linq.JObject

Devoluciones

Se aplica a