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