Property IsEnabled
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
IsEnabled
Gets or sets a value indicating whether the control is enabled in the UI.
public bool IsEnabled { get; set; }
Property Value
- bool
true
if the control is enabled in the UI; otherwise,false
.
Remarks
Default: true.
Available from DataMiner 9.5.3 onwards.