Property InheritIsHidden
InheritIsHidden
Gets or sets a value indicating whether this profile instance should inherit the "IsHidden" property of a profile parameter.
public bool InheritIsHidden { get; set; }
Property Value
- bool
true
if this profile instance should inherit the "IsHidden" property of a profile parameter; otherwise,false
.
Remarks
Default value: false
.
Feature introduced in DataMiner 10.2.3 (RN 32131).