LookupTables.LocalMaskSequence Enumeration

Indicates the sequence or type of data for the lookup table of a local custom field.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration LocalMaskSequence
'Usage
Dim instance As LookupTables.LocalMaskSequence
public enum LocalMaskSequence

Members

Member name Description
Digits Value=0. Integer 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 Value=7. Decimal data.
Flag Value=8. Flag data.
FinishDate Value=9. Finish date data.
StartDate Value=18. Start date data.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace