LookupTables.IsTextMaskSequence Method
Determines whether one of the text mask sequence values is used.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function IsTextMaskSequence ( _
maskSequence As LookupTables.MaskSequence _
) As Boolean
'Usage
Dim maskSequence As LookupTables.MaskSequence
Dim returnValue As Boolean
returnValue = LookupTables.IsTextMaskSequence(maskSequence)
public static bool IsTextMaskSequence(
LookupTables.MaskSequence maskSequence
)
Parameters
- maskSequence
Type: Microsoft.Office.Project.Server.Library.LookupTables.MaskSequence
Specifies one of the LookupTables.MaskSequence values.
Return Value
Type: System.Boolean
True if maskSequence is a text type of code mask.
Remarks
The IsTextMaskSequence method returns True if the maskSequence value is one of the following: NUMBER_TEXT, UPPERCASE, LOWERCASE, or CHARACTERS.
The method returns False if the maskSequence value is DATE, COST, DURATION, NUMBER_DECIMAL, or FLAG.