OAuthTokenResponse.Response 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定收到的 JSON 承載。
public:
property Newtonsoft::Json::Linq::JObject ^ Response { Newtonsoft::Json::Linq::JObject ^ get(); void set(Newtonsoft::Json::Linq::JObject ^ value); };
public:
property System::Text::Json::JsonDocument ^ Response { System::Text::Json::JsonDocument ^ get(); void set(System::Text::Json::JsonDocument ^ value); };
public Newtonsoft.Json.Linq.JObject Response { get; set; }
public System.Text.Json.JsonDocument Response { get; set; }
public System.Text.Json.JsonDocument? Response { get; set; }
member this.Response : Newtonsoft.Json.Linq.JObject with get, set
member this.Response : System.Text.Json.JsonDocument with get, set
Public Property Response As JObject
Public Property Response As JsonDocument
屬性值
Newtonsoft.Json.Linq.JObject