Skip to content

ZosNameValue

The ZosNameValue object represents a name/value pair that is used to specify user variables for functions such as create package, promote, demote, or audit.

ZosNameValue Constructor

The following constructor can be used to initialize a new ZosNameValue object:

ZosDataNameValue

Name of the variable Value of the variable

ZosDataNameValue
            (  
            String name,  
            String value  
            ) 

...

ZosNameValue Properties

ZosNameValue exposes the following properties:

Property Type R/W Description
Name String R Name of the variable.
Value String R Value of the variable.

...

Back to top