次の方法で共有


JobListResult.Value プロパティ

定義

ジョブ ID を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象