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