SPWebService.PeoplePickerSearchInMultipleForests property
This option allows you to resolve people picker entries using the old algorithm. Set to TRUE to use the old algorithm where entries are searched sequentially in each forest. Set to FALSE to use the Global Catalog to search for all replicated users in the current forest itself....
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PeoplePickerSearchInMultipleForests As Boolean
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Boolean
value = instance.PeoplePickerSearchInMultipleForests
instance.PeoplePickerSearchInMultipleForests = value
public bool PeoplePickerSearchInMultipleForests { get; set; }
Property value
Type: System.Boolean