ClientPeoplePickerQueryParameters.AllowMultipleEntities property

Namespace:  Microsoft.SharePoint.ApplicationPages.ClientPickerQuery
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

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

value = instance.AllowMultipleEntities

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

Property value

Type: System.Boolean

See also

Reference

ClientPeoplePickerQueryParameters class

ClientPeoplePickerQueryParameters members

Microsoft.SharePoint.ApplicationPages.ClientPickerQuery namespace