PeopleEditor.DefaultMaximumEntities property

Retrieves the default maximum number of entities that can be included in the PeopleEditor object control.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property DefaultMaximumEntities As Integer
    Get
'Usage
Dim value As Integer

value = Me.DefaultMaximumEntities
protected override int DefaultMaximumEntities { get; }

Property value

Type: System.Int32
An integer that represents the default maximum number of entities allowed within a control. The default is 200.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace