LookupTables.MaskSequence Enumeration

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)

Syntax

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

Members

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.

Remarks

For more information, see Walkthrough: Creating a Hierarchical Lookup Table and the IsTextMaskSequence method.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace