共用方式為


ChannelAccount.Properties 屬性

定義

取得或設定屬性,這些屬性不是由 ChannelAccount 型別定義,但可能會出現在 REST JSON 物件中。

public Newtonsoft.Json.Linq.JObject Properties { get; set; }
member this.Properties : Newtonsoft.Json.Linq.JObject with get, set
Public Property Properties As JObject

屬性值

Newtonsoft.Json.Linq.JObject

物件的擴充屬性。

備註

如此一來,當 JSON 物件還原序列化時,不會卸載定義型別中未表示的屬性,而是儲存在此屬性中。 當實例序列化時,這類屬性會寫入 JSON 物件。

適用於