networkSettingsType Complex Type
- Article
-
-
Defines the elements that provide the settings that the Task Scheduler service uses to obtain a network profile.
<xs:complexType name="networkSettingsType">
<xs:all>
<xs:element name="Name"
type="nonEmptyString"
minOccurs="0"
/>
<xs:element name="Id"
type="guidType"
minOccurs="0"
/>
</xs:all>
</xs:complexType>
Child elements
Element |
Type |
Description |
Id |
guidType |
Specifies a GUID value that identifies a network profile.
|
Name |
nonEmptyString |
Specifies the name of a network profile. The name is used for display purposes.
|
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|