Table of Contents

Property IsReadOnly

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

IsReadOnly

Gets or sets a value indicating whether the control is displayed in read-only mode. Read-only mode causes the widgets to appear read-write but the user won't be able to change their value. This only affects interactive scripts running in a web environment.

public virtual bool IsReadOnly { get; set; }

Property Value

bool

Remarks

Available from DataMiner 10.4.1 onwards.