AclEditor.PeoplePicker Property
Gets an object that represents the PeopleEditor control used by the AclEditor object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property PeoplePicker As PeopleEditor
Get
'Usage
Dim instance As AclEditor
Dim value As PeopleEditor
value = instance.PeoplePicker
public PeopleEditor PeoplePicker { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.PeopleEditor
An object that represents the PeopleEditor.
Remarks
You should use this to customize which entities you permit. You should NOT customize the AfterCallbackClientScript() property. Modifying the AfterCallbackClientScript() property will cause the AclEditor control to function incorrectly.