次の方法で共有


Job.CorrelationData プロパティ

定義

Job および JobOutput 状態イベントで返される顧客指定のキーと値のペアを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.correlationData")]
public System.Collections.Generic.IDictionary<string,string> CorrelationData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.correlationData")>]
member this.CorrelationData : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property CorrelationData As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象