String - Case Property
Specifies the allowed casing of the string
Member of String (PRIM_ALPH)
Data Type - Enumeration
The Case property defines the allowed case for data entry
| Enum Value | Description |
|---|---|
| Lower | Lower case characters only (All languages) |
| LowerAZ | Lower case characters only |
| Mixed | Upper and lower case characters |
| Upper | Upper case characters only (All languages) |
| UpperAZ | Upper case characters only |
Febuary 18 V14SP2