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)
| Member name | Description | |
|---|---|---|
| MaxSeparatorLength | Value=3. The maximum length of any separator in a code mask. | |
| AnyLengthSequence | Value=0. The length specified for a code mask sequence if any length is acceptable. | |
| MinValueLength | Value=1. The minimum length of an outline code value. | |
| MaxValueLength | Value=255. The maximum length of an outline code value. | |
| MaxDescriptionLength | Value=255. The maximum length of a description on an outline code lookup table item. | |
| MinLevel | Value=1. The minimum number of levels in an outline code. | |
| MaxLevel | Value=255. The maximum number of levels in an outline code. | |
| NoSortOrder | Value=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: