Property IsHidden
IsHidden
Gets or sets a value indicating whether this field is hidden.
public bool IsHidden { get; set; }
Property Value
- bool
true
if this field is hidden; otherwise,false
.
Remarks
When set to true
, the fields that use this FieldDescriptor will not be displayed when viewing a Job.