Click or drag to resize

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; }

Property Value

Type: String
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.
Remarks
Applies to CellType SecureText only.
See Also