SPFieldLookup.AllowMultipleValues property

Gets or sets a Boolean value that specifies whether multiple values can be used in the lookup field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property AllowMultipleValues As Boolean
    Get
    Set
'Usage
Dim instance As SPFieldLookup
Dim value As Boolean

value = instance.AllowMultipleValues

instance.AllowMultipleValues = value
public virtual bool AllowMultipleValues { get; set; }

Property value

Type: System.Boolean
true to specify that multiple values can be used in the field; otherwise, false. The default is false.

Remarks

You cannot set a deletion constraint on a lookup field that allows multiple values.

See also

Reference

SPFieldLookup class

SPFieldLookup members

Microsoft.SharePoint namespace

FieldValueType

RelationshipDeleteBehavior