次の方法で共有


TestJob.Parameters プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象