Share via


JobListResult.Value Property

Definition

Gets or sets the job 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to