'Declaration
<ComVisibleAttribute(False)> <NotNullAttribute()> Overloads Function Add( _ ByVal Key As String, _ ByVal value As String _ ) As IJobVariable
[ComVisible(false)] [NotNull()] IJobVariable Add( string Key, string value )
[ComVisible(false)] [NotNull()] IJobVariable^ Add( String^ Key, String^ value )
Parameters
- Key
- The name of the variable to add or update
- value
- The new value for the variable
Return Value
The newly-added JobVariable.