Table of Contents

Property IsHidden

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

IsHidden

Gets or sets a value indicating whether this section definition is hidden.

[Obsolete("Use IsSoftDeleted on the SectionDefinitionLink of a JobDomain")]
public bool IsHidden { get; set; }

Property Value

bool

true if this section definition is hidden; otherwise, false.

Remarks

If true, the sections that use this section definition will not be displayed when a Job is viewed.