LookupTableConstants enumeration

Office 2013 and later

Specifies the maximum and minimum values for lookup table entities.

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

No code example is currently available or this language may not be supported.

Member nameDescription
MaxSeparatorLengthValue=3. The maximum length of any separator in a code mask.
AnyLengthSequenceValue=0. The length specified for a code mask sequence if any length is acceptable.
MinValueLengthValue=1. The minimum length of an outline code value.
MaxValueLengthValue=255. The maximum length of an outline code value.
MaxDescriptionLengthValue=255. The maximum length of a description on an outline code lookup table item.
MinLevelValue=1. The minimum number of levels in an outline code.
MaxLevelValue=255. The maximum number of levels in an outline code.
NoSortOrderValue=0. Specifies the default lookup table sort order, which is no sort order.

The LookupTableConstants enumeration in the Microsoft.Office.Project.Server.Library namespace is equivalent to Microsoft.ProjectServer.Client.LookupTableConstants in the client side object model (CSOM). The LookupTableConstants values can be used to help validate or set some properties of lookup table items such as the following:

Show: