Condividi tramite


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
<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.

See also

Reference

LookupTables class

LookupTables members

Microsoft.Office.Project.Server.Library namespace