CloudJob.UsesTaskDependencies Property

Definition

Gets or sets whether Tasks in the Job can define dependencies on each other. The default is false.

[Newtonsoft.Json.JsonProperty(PropertyName="usesTaskDependencies")]
public bool? UsesTaskDependencies { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="usesTaskDependencies")>]
member this.UsesTaskDependencies : Nullable<bool> with get, set
Public Property UsesTaskDependencies As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to