Version.InvalidCharacters method
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("The Version class is deprecated.")> _
Public Shared Function InvalidCharacters As Char()
'Usage
Dim returnValue As Char()
returnValue = Version.InvalidCharacters()
[ObsoleteAttribute("The Version class is deprecated.")]
public static char[] InvalidCharacters()
Return value
Type: []