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