Property IsHidden
IsHidden
Gets or sets a value indicating whether this parameter is hidden. Default: false.
public bool IsHidden { get; set; }
Property Value
- bool
trueif hidden; otherwisefalse.
Gets or sets a value indicating whether this parameter is hidden. Default: false.
public bool IsHidden { get; set; }
true if hidden; otherwise false.