Share via


Resource.InvalidCharacters method

Returns an array of characters that are not valid to use in a Project Server entity name.

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 = Resource.InvalidCharacters()
public static char[] InvalidCharacters()

Return value

Type: []
An array of characters.

See also

Reference

Resource class

Resource members

Microsoft.Office.Project.Server.Library namespace