JobStream.Value プロパティ

定義

ジョブ ストリームの値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象