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, setmember this.Response : System.Text.Json.JsonDocument with get, setPublic Property Response As JObjectPublic Property Response As JsonDocument属性值
		Newtonsoft.Json.Linq.JObject