FieldPropertiesSecureText_Mask Property |
A formatting mask where 'a' represents an alphabetic character, '9' represents a digit, and '*' represented an alpha-numeric character. For SecureText fields the ShowInPlace cell attribute must be set.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string SecureText_Mask { get; }
ReadOnly Property SecureText_Mask As String
Get
Property Value
Type:
StringA formatting mask where 'a' represents an alphabetic character, '9' represents a digit, and '*' represented an alpha-numeric character. For SecureText fields the ShowInPlace cell attribute must be set.
Remarks
Applies to CellType SecureText only.
See Also