SPWebApplication.PeoplePickerSettings property
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)
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.