Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a collection of name/value pairs that represent environment variables for the tasks in the job.
<xs:complexType name="NameValueCollection1">
    <xs:sequence>
        <xs:element name="Variable"
            type="NameValue"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
</xs:complexType>
Child elements
| Element | Type | Description | 
|---|---|---|
| Variable | NameValue | An environment variable.  | 
Requirements
Product  | 
HPC Pack 2008 Client Utilities  |