OAuthTokenResponse.Response Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece la carga JSON recibida.
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
Valor de propiedad
Newtonsoft.Json.Linq.JObject