When true, this property indicates that process-point/data-entry text will be masked
so that the current value cannot be seen (as in the case of entering a password).
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool Password { get; set; } |
| Visual Basic |
|---|
Public Property Password As Boolean Get Set |
| JScript |
|---|
function get Password () : boolean function set Password (value : boolean) |