ClientPeoplePicker.AllowMultipleEntities property

Boolean whether the control can allow multiple valid entities

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

Syntax

'Declaration
Public Property AllowMultipleEntities As Boolean
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As Boolean

value = instance.AllowMultipleEntities

instance.AllowMultipleEntities = value
public bool AllowMultipleEntities { get; set; }

Property value

Type: System.Boolean

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace