TwitterCreatingTicketContext.User 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 JSON 序列化的使用者,如果無法使用,則為空白 JsonElement 。
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
屬性值
Newtonsoft.Json.Linq.JObject