PasswordChar Property (MaskPatternFieldInfo)
Gets or sets the password char.
public char PasswordChar {get; set;}
'Declaration
Public Property PasswordChar As Char
'Usage
Dim instance As MaskPatternFieldInfo
Dim value As Char
instance.PasswordChar = value
value = instance.PasswordChar
Property Value
The
System.Char value indicates the char of the password.
The default is "\0".