CustomFieldDataSet.CustomFieldsRow.MD_PROP_MAX_VALUES property

Gets or sets a value that indicates whether the custom field has a single value or uses a multivalue lookup table.

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property MD_PROP_MAX_VALUES As Integer
    Get
    Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Integer

value = instance.MD_PROP_MAX_VALUES

instance.MD_PROP_MAX_VALUES = value
public int MD_PROP_MAX_VALUES { get; set; }

Property value

Type: System.Int32
An integer that determines the size of a lookup table.

Remarks

Set MD_PROP_MAX_VALUES with the Microsoft.Office.Project.Server.Library.CustomField.AcceptableMaxValues enumeration. Single-value custom fields are set to DEFAULT or ONE. A multivalue custom field uses a lookup table and MD_PROP_MAX_VALUES must be set to TWOHUNDREDFIFTY; that is, a multivalue custom field can have a maximum of 250 values in a lookup table.

See also

Reference

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace