CustomField.INVALID_MD_PROP_NAME_CHARS Method

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.

See Also

Reference

CustomField Class

CustomField Members

Microsoft.Office.Project.Server.Library Namespace