Table of Contents

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.

public IEnumerable<Option<T>> CheckedOptions { get; }

Property Value

IEnumerable<Option<T>>