SetJobVariable Method (ApplicationIntegration)
In This Topic
Adds or updates a Job Variable
Syntax
'Declaration
Public Sub SetJobVariable( _
ByVal As String, _
ByVal As String _
)
public void SetJobVariable(
string ,
string
)
Parameters
- name
- The name of the variable to add or update.
- value
- The value for the variable
See Also