NameValueCollection

Defines a collection of name/value pairs that represent environment variables.

<xs:complexType name="NameValueCollection">
    <xs:sequence>
        <xs:element name="Variable"
            type="NameValue"
            minOccurs="0"
            maxOccurs="unbounded"
            nillable="true"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
Variable NameValue

An environment variable.

Requirements

Product

Compute Cluster Pack Client Utilities

See also

Task Schema Complex Types