Method Uncheck
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Uncheck(Option<T>)
Marks the specified option as unchecked.
void Uncheck(Option<T> option)
Parameters
option
Option<T>The option to uncheck.
Uncheck(T)
Marks the option with the specified value as unchecked.
void Uncheck(T value)
Parameters
value
TThe value of the option to uncheck.