Activity.Properties 屬性

定義

取得或設定屬性,這些屬性不是由 Activity 型別所定義,而是可能會出現在序列化的 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 物件。

適用於