Property IsOptional
IsOptional
Gets or sets a value indicating whether this field is optional.
public bool IsOptional { get; set; }
Property Value
- bool
true
if this field is optional; otherwise,false
.
Remarks
When set to false
, the sections must always contain a value for this field.
From DataMiner 9.6.11 (RN 22824, RN 23048) onwards, when you configure a job section, it is now possible to turn mandatory fields into optional fields and vice versa, even if those fields are in use.