次の方法で共有


Job.Parameters プロパティ

定義

ジョブのパラメーターを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象