Property IsReadonly
IsReadonly
Gets or sets a value indicating whether this field is read-only.
public bool IsReadonly { get; set; }
Property Value
- bool
true
if this field is read-only; otherwise,false
.
Remarks
Read-only fields can only be updated from a script, not from the UI. Also, read-only fields will be ignored when you apply a job template.
Feature introduced in DataMiner 9.6.11 (RN 22758).