Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets invalid characters for custom field names.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function INVALID_MD_PROP_NAME_CHARS As Char()
'Usage
Dim returnValue As Char()
returnValue = CustomField.INVALID_MD_PROP_NAME_CHARS()
public static char[] INVALID_MD_PROP_NAME_CHARS()
Return value
Type: []
Array of the left square bracket '[' and right square bracket ']' characters, which are invalid in custom field names.
Remarks
The '[' and ']' characters are not valid in custom field names because they break formulas.