NetworkSettings (settingsType) Element

Contains the settings that the Task Scheduler service uses to obtain a network profile. The Task Scheduler service checks the availability of this network when the RunOnlyIfNetworkAvailable element is set to True.

<xs:element name="NetworkSettings"
    type="networkSettingsType"
    minOccurs="0"
 />

The NetworkSettings element is defined by the settingsType complex type.

Parent element

Element Derived from Description
Settings (taskType) settingsType Specifies the settings that the Task Scheduler uses to perform the task.

Remarks

For C++ development, see NetworkSettings Property of ITaskSettings.

For script development, see TaskSettings.NetworkSettings.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]