OAuthCreatingTicketContext.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.
JSON seri hale getirilmiş kullanıcıyı veya kullanılabilir değilse boş JsonElement bir kullanıcı alır.
public:
property Newtonsoft::Json::Linq::JObject ^ User { Newtonsoft::Json::Linq::JObject ^ get(); };
public:
property System::Text::Json::JsonElement User { System::Text::Json::JsonElement get(); };
public Newtonsoft.Json.Linq.JObject User { get; }
public System.Text.Json.JsonElement User { get; }
member this.User : Newtonsoft.Json.Linq.JObject
member this.User : System.Text.Json.JsonElement
Public ReadOnly Property User As JObject
Public ReadOnly Property User As JsonElement
Özellik Değeri
Newtonsoft.Json.Linq.JObject