Expand Minimize
This topic has not yet been rated - Rate this topic

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)
<ClientCallableTypeAttribute(ServerTypeId := "771996C1-84E6-422D-BD41-1361AE211100",  _
	Name := "LookupTableMaskSequence")> _
Public Enumeration MaskSequence
Dim instance As LookupTables.MaskSequence
[ClientCallableTypeAttribute(ServerTypeId = "771996C1-84E6-422D-BD41-1361AE211100", 
	Name = "LookupTableMaskSequence")]
public enum MaskSequence
Member nameDescription
NUMBER_TEXTValue=0. String data.
UPPERCASEValue=1. Uppercase character data.
LOWERCASEValue=2. Lowercase character data.
CHARACTERSValue=3. Mixed uppercase and lowercase character data.
DATEValue=4. Date data.
COSTValue=5. Cost data.
DURATIONValue=6. Duration data.
NUMBER_DECIMALValue=7. Decimal data.
FLAGValue=8. Flag data.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.