TwitterCreatingTicketContext.User Property

Definition

Gets the JSON-serialized user or an empty JsonElement if it is not available.

public:
 property Newtonsoft::Json::Linq::JObject ^ User { Newtonsoft::Json::Linq::JObject ^ get(); };
public:
 property System::Text::Json::JsonElement User { System::Text::Json::JsonElement get(); };
public Newtonsoft.Json.Linq.JObject User { get; }
public System.Text.Json.JsonElement User { get; }
member this.User : Newtonsoft.Json.Linq.JObject
member this.User : System.Text.Json.JsonElement
Public ReadOnly Property User As JObject
Public ReadOnly Property User As JsonElement

Property Value

Newtonsoft.Json.Linq.JObject

Applies to