AddToEnvironment Property (JobVariable)
In This Topic
Indicates whether the variable is added to the environment
Syntax
'Declaration
Public Property AddToEnvironment As Boolean
public bool AddToEnvironment {get; set;}
public:
property bool AddToEnvironment {
bool get();
void set ( bool value);
}
See Also