Method Check
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Check(string)
Marks the specified option as checked.
public void Check(string option)
Parameters
option
stringThe option to check.
Exceptions
- ArgumentNullException
When option is null.
- ArgumentException
When the option does not exist.