LookupTables.INVALID_LT_NAME_CHARS Method
Gets invalid characters for lookup table names.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function INVALID_LT_NAME_CHARS As Char()
'Usage
Dim returnValue As Char()
returnValue = LookupTables.INVALID_LT_NAME_CHARS()
public static char[] INVALID_LT_NAME_CHARS()
Return Value
Type: []
Array of the left square bracket '[' and right square bracket ']' characters, which are invalid in lookup table names.
Remarks
The '[' and ']' characters are not valid in lookup table names because they break formulas.