Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<ClientCallableMethodAttribute(OperationType := OperationType.Read, Name := "InvalidNameCharacters")> _
Public Shared Function INVALID_LT_NAME_CHARS As Char()
'Usage
Dim returnValue As Char()
returnValue = LookupTables.INVALID_LT_NAME_CHARS()
[ClientCallableMethodAttribute(OperationType = OperationType.Read, Name = "InvalidNameCharacters")]
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.