LookupTableConstants enumeration

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)

Syntax

'Declaration
<ClientCallableTypeAttribute(ServerTypeId := "740A69C7-26EC-41EB-84D2-AE1C0587FFCF")> _
Public Enumeration LookupTableConstants
'Usage
Dim instance As LookupTableConstants
[ClientCallableTypeAttribute(ServerTypeId = "740A69C7-26EC-41EB-84D2-AE1C0587FFCF")]
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 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 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:

See also

Reference

Microsoft.Office.Project.Server.Library namespace