ClientPeoplePicker.AutoFillEnabled property

Boolean specifying whether the client control should use the autofill client control

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

Syntax

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

value = instance.AutoFillEnabled

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

Property value

Type: System.Boolean

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace