Method RemoveOption
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
RemoveOption(string)
Removes the specified option from the list of available options.
public void RemoveOption(string option)Parameters
- optionstring
- The option to remove. 
Exceptions
- ArgumentNullException
- When option is null.