UserInformationReceivedContext.User Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur payload informasi pengguna.
public:
property Newtonsoft::Json::Linq::JObject ^ User { Newtonsoft::Json::Linq::JObject ^ get(); void set(Newtonsoft::Json::Linq::JObject ^ value); };
public:
property System::Text::Json::JsonDocument ^ User { System::Text::Json::JsonDocument ^ get(); void set(System::Text::Json::JsonDocument ^ value); };
public Newtonsoft.Json.Linq.JObject User { get; set; }
public System.Text.Json.JsonDocument User { get; set; }
member this.User : Newtonsoft.Json.Linq.JObject with get, set
member this.User : System.Text.Json.JsonDocument with get, set
Public Property User As JObject
Public Property User As JsonDocument