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
Public Overridable Property AllowMultipleValues As Boolean
Get
Set
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.