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