Project.InvalidCharacters Method
Returns an array of characters that are not allowed to be used in project 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 InvalidCharacters As Char()
'Usage
Dim returnValue As Char()
returnValue = Project.InvalidCharacters()
public static char[] InvalidCharacters()
Return Value
Type: []