LookupTableConstants enumeration
Specifies the maximum values and the minimum values for lookup table entities.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Enumeration LookupTableConstants
'Usage
Dim instance As LookupTableConstants
public enum LookupTableConstants
Members
Member name | Description | |
---|---|---|
MaxSeparatorLength | Value=3. The maximum length of any separator in a code mask. | |
AnyLengthSequence | Value=0. The length that is 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. |
Remarks
The LookupTableConstants enumeration in the CSOM is equivalent to LookupTableConstants in the Microsoft.Office.Project.Server.Library namespace. The LookupTableConstants values can be used to help validate or set some properties of lookup table items, such as the following: