Share via


BatchJob.UsesTaskDependencies Property

Definition

Whether Tasks in the Job can define dependencies on each other. The default is false.

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

Property Value

Applies to