EditMask Property
Description
The input mask for string fields.
Property type
Read-write property
Syntax
Visual Basic
Public Property EditMask As String
Remarks

When a user is prompted for data in the user interface, the edit mask is used to present the blank input in the required format.

For more information on input masks, see 'Defining Input Masks' under 'Customizing Project Entities' in the ALM Administrator Guide.

See Also