NetworkSettings object

For scripting, provides the settings that the Task Scheduler service uses to obtain a network profile.

Members

The NetworkSettings object has these types of members:

Properties

The NetworkSettings object has these properties.

Property Access type Description
Id
Read/write
Gets or sets a GUID value that identifies a network profile.
Name
Read/write
Gets or sets the name of a network profile. The name is used for display purposes.

Remarks

When reading or writing your own XML for a task, network settings are specified using the NetworkSettings element of the Task Scheduler schema.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

Task Scheduler Objects

Task Scheduler