StatusingDataSet.EnterpriseCustomFieldMetadataRow.MD_PROP_MAX_VALUES property

Specifies whether the custom field has a single value or uses a multi-value lookup table.

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

Syntax

'Declaration
Public Property MD_PROP_MAX_VALUES As Integer
    Get
    Set
'Usage
Dim instance As StatusingDataSet.EnterpriseCustomFieldMetadataRow
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

See also

Reference

StatusingDataSet.EnterpriseCustomFieldMetadataRow class

StatusingDataSet.EnterpriseCustomFieldMetadataRow members

WebSvcStatusing namespace