Project.MAX_PROJECT_NAME_LEN field

Represents the maximum number of characters that can be used in a project name.

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

Syntax

'Declaration
Public Shared ReadOnly MAX_PROJECT_NAME_LEN As Integer
'Usage
Dim value As Integer

value = Project.MAX_PROJECT_NAME_LEN
public static readonly int MAX_PROJECT_NAME_LEN

Remarks

The read-only value of MAX_PROJECT_NAME_LEN is 200.

See also

Reference

Project class

Project members

Microsoft.Office.Project.Server.Library namespace