Expand Minimize
This topic has not yet been rated - Rate this topic

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

ElementDerived fromDescription
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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

 

 

Send comments about this topic to Microsoft

Build date: 10/30/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.