LookupTables.MaskSequence enumeration
Office 2013 and later
Specifies the sequence or type of data for a lookup table.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
| Member name | Description | |
|---|---|---|
| NUMBER_TEXT | Value=0. String data. | |
| UPPERCASE | Value=1. Uppercase character data. | |
| LOWERCASE | Value=2. Lowercase character data. | |
| CHARACTERS | Value=3. Mixed uppercase and lowercase character data. | |
| DATE | Value=4. Date data. | |
| COST | Value=5. Cost data. | |
| DURATION | Value=6. Duration data. | |
| NUMBER_DECIMAL | Value=7. Decimal data. | |
| FLAG | Value=8. Flag data. |
For more information, see Walkthrough: Creating a Hierarchical Lookup Table and the IsTextMaskSequence method.
Show: