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
option
stringThe option to remove.
Exceptions
- NullReferenceException
When option is null.