UserInformationReceivedContext.User Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kullanıcı bilgileri yükünü alır veya ayarlar.
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
Özellik Değeri
Newtonsoft.Json.Linq.JObject