CloudJob.UsesTaskDependencies Property

Definition

Gets or sets whether tasks in the job can define dependencies on each other.

public bool? UsesTaskDependencies { get; set; }
member this.UsesTaskDependencies : Nullable<bool> with get, set
Public Property UsesTaskDependencies As Nullable(Of Boolean)

Property Value

Remarks

The default value is false.

Applies to