Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the mask sequence, which is the type of data for a lookup table.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration LookupTableMaskSequence
'Usage
Dim instance As LookupTableMaskSequence
public enum LookupTableMaskSequence
Members
| Member name | Description | |
|---|---|---|
| NUMBER_TEXT | Value=0. Number data expressed as a string. | |
| 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 number data. | |
| FLAG | Value=8. Flag data (yes/no values). |
Remarks
The LookupTableMaskSequence enumeration in the CSOM is equivalent to LookupTables.MaskSequence in the Microsoft.Office.Project.Server.Library namespace. The LookupTableMaskSequence values can be used to set the MaskType property of a lookup table mask.