TaskProvider.DisableAutoRoute Property

Definition

Gets or sets whether autorouting should be disabled.

public:
 property bool DisableAutoRoute { bool get(); void set(bool value); };
public:
 property bool DisableAutoRoute { bool get(); void set(bool value); };
public bool DisableAutoRoute { get; set; }
member this.DisableAutoRoute : bool with get, set
Public Property DisableAutoRoute As Boolean

Property Value

true if autorouting should be disabled, false if it should be enabled.

Remarks

Autorouting is the capability of routing this provider's tasks to predefined buckets based on their categories. It is controlled by the TPF_NOAUTOROUTING flag. This property sets this flag to the same value.

Applies to