Property IsRequired
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
IsRequired
Gets or sets a value indicating whether this input control requires a value.
public bool IsRequired { get; set; }
Property Value
- bool
true
if this input control requires a valued; otherwise,false
.
Remarks
If true
, the control will be marked “Invalid” when empty.
Refer to ValidationState for an overview of the types that support this property.
Feature introduced in DataMiner 10.0.5 (RN 25183, RN 25253).