Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that represents the people picker settings used in the control for selecting users and groups within the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property PeoplePickerSettings As SPPeoplePickerSettings
Get
'Usage
Dim instance As SPWebApplication
Dim value As SPPeoplePickerSettings
value = instance.PeoplePickerSettings
public SPPeoplePickerSettings PeoplePickerSettings { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPPeoplePickerSettings
An SPPeoplePickerSettings object that represents the people picker settings.