Property SelectedOption
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
SelectedOption
Gets or sets the currently selected option as an Option<T>.
public Option<T> SelectedOption { get; set; }
Property Value
- Option<T>
Exceptions
- ArgumentException
If the given option is not null and not defined as a possible option in the dropdown.