Property IsMasked
IsMasked
Gets or sets a value indicating whether this parameter is masked.
public bool IsMasked { get; set; }
Property Value
- bool
true
if masked; otherwise,false
.
Gets or sets a value indicating whether this parameter is masked.
public bool IsMasked { get; set; }
true
if masked; otherwise, false
.