Task.MAX_TASK_NAME_LEN Field
Contains an integer that represents the maximum number of characters that are allowed in a task 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_TASK_NAME_LEN As Integer
'Usage
Dim value As Integer
value = Task.MAX_TASK_NAME_LEN
public static readonly int MAX_TASK_NAME_LEN
Remarks
The value of MAX_TASK_NAME_LEN is set to 255.