Question
How to set the Batch registration parameter's value?
Answer
If you want to set the Registration parameter value of the Batch, the Properties should be used.
To set the Batch registration parameter, please use the Set (name: string, value: string) method on the Properties object of the Batch.
For example, the “my value” can be set as a value for the “RegParam” parameter using the following code:
Batch.Properties.Set("RegParam", "my value");
Comments
0 comments
Please sign in to leave a comment.