OperationResultInfo.JobList Property

Definition

Gets or sets list of jobs created by this operation.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to