'Declaration
Overloads Function Add( _ ByVal Key As String _ ) As IJobVariable
IJobVariable Add( string Key )
Parameters
- Key
- The name of the variable
Return Value
The newly-added JobVariable.
'Declaration
Overloads Function Add( _ ByVal Key As String _ ) As IJobVariable
IJobVariable Add( string Key )
Exception | Description |
---|---|
System.ArgumentException | Thrown if the collection already contains a variable with the specified key. |
This method throws an ArgumentException if the collection already contains a variable with the specified key.
Adding or updating variables in this collection only affects the job instance in which the script is running.