OAuthCreatingTicketContext.User 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 JSON 序列化用户或空 JsonElement 用户(如果不可用)。
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
	属性值
		Newtonsoft.Json.Linq.JObject