Property IsHidden
IsHidden
Gets or sets a value indicating whether this parameter is hidden. Default: false.
public bool IsHidden { get; set; }
Property Value
- bool
true
if 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
.