Share via


Admin.InvalidSecurityNameCharacters method

Returns the set of characters that are not valid in a name for a security object.

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

Syntax

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

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

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