Share via


MicrosoftAccountHelper.GetDisplayName(JObject) Method

Definition

Gets the user's name.

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

Parameters

user
Newtonsoft.Json.Linq.JObject

Returns

Applies to