Share via


Resource.MAX_RESOURCE_NAME_LEN field

Represents the maximum number of characters that are allowed in a resource 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_RESOURCE_NAME_LEN As Integer
'Usage
Dim value As Integer

value = Resource.MAX_RESOURCE_NAME_LEN
public static readonly int MAX_RESOURCE_NAME_LEN

Remarks

The value for MAX_RESOURCE_NAME_LEN is 255.

See also

Reference

Resource class

Resource members

Microsoft.Office.Project.Server.Library namespace