TaskProvider.DisableAutoRoute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.