次の方法で共有


OperationStatusJobsExtendedInfo.JobIds プロパティ

定義

保護された項目に対して作成されたジョブの ID を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象