2.5.4.9 NetworkSettings
The NetworkSettings field can be ignored unless the RunOnNetworkAvailable field (section 2.5.4.8) is present and set to TRUE.<27>
If present and either the Name or Id subfields are present, this field specifies a network. The task can only start if a network connection to the specified network is available.
-
<!-- NetworkSettings --> <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>
Name: If present, this field contains a string name of a network. Only name formats supported by the operating system can be used.
Id: If present, this field contains a GUID (section 2.5.1.5) specifying a network.