共用方式為


Attachment.Properties 屬性

定義

取得或設定不是由 Attachment 型別定義但可能出現在 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 物件。

適用於