次の方法で共有


CustomActivity.ExtendedProperties プロパティ

定義

ユーザー定義のプロパティ バッグを取得または設定します。 使用できるキーまたは値に制限はありません。 ユーザーが指定したカスタム アクティビティには、定義されたコンテンツを使用して解釈する責任があります。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.extendedProperties")]
public System.Collections.Generic.IDictionary<string,object> ExtendedProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.extendedProperties")>]
member this.ExtendedProperties : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property ExtendedProperties As IDictionary(Of String, Object)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象