TwitterCreatingTicketContext.User Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’utilisateur sérialisé JSON ou un vide JsonElement s’il n’est pas disponible.
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
Valeur de propriété
Newtonsoft.Json.Linq.JObject