Property Values
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Values
Gets or sets the collection of available values of type T
.
Setting this property overrides all options and causes every value to be visually represented by their <xref href="System.Object.ToString" data-throw-if-not-resolved="false"></xref> counterpart.
public virtual IEnumerable<T> Values { get; set; }
Property Value
- IEnumerable<T>