Share via


Admin.InvalidVersionNameCharacters method

Returns the set of characters that are not valid in the name of an item.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function InvalidVersionNameCharacters As Char()
'Usage
Dim returnValue As Char()

returnValue = Admin.InvalidVersionNameCharacters()
public static char[] InvalidVersionNameCharacters()

Return value

Type: []
The array of characters that are not valid includes the following: / \ " : ; < > | , . ' ? * #

See also

Reference

Admin class

Admin members

Microsoft.Office.Project.Server.Library namespace