CustomField.AcceptableMaxValues Enumeration

Specifies the acceptable maximum value for a custom field.

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

Syntax

'Declaration
Public Enumeration AcceptableMaxValues
'Usage
Dim instance As CustomField.AcceptableMaxValues
public enum AcceptableMaxValues

Members

Member name Description
DEFAULT Value=1. The maximum value is 1.
ONE Value=1. The maximum value is 1.
TWOHUNDREDFIFTY Value=250. The maximum value is 250.

Remarks

Use the CustomField.AcceptableMaxValues type to set the MD_PROP_MAX_VALUES property in the following objects:

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace