UseSystemPasswordChar Property (MaskPatternFieldInfo)
Gets or sets a value indicating whether use system password char.
public bool UseSystemPasswordChar {get; set;}
'Declaration
Public Property UseSystemPasswordChar As Boolean
'Usage
Dim instance As MaskPatternFieldInfo
Dim value As Boolean
instance.UseSystemPasswordChar = value
value = instance.UseSystemPasswordChar
Property Value
true if use system password char; otherwise,
false.
The default is
false.