Property CheckedOptions
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
CheckedOptions
Gets a collection of options of type T
that are currently checked.
IEnumerable<Option<T>> CheckedOptions { get; }
Property Value
- IEnumerable<Option<T>>