Share via


Version.InvalidCharacters Method

Following are the array of characters that are not valid in a version 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 = Version.InvalidCharacters()
public static char[] InvalidCharacters()

Return Value

Type: []

See Also

Reference

Version Class

Version Members

Microsoft.Office.Project.Server.Library Namespace