SPPeoplePickerSettings.PeopleEditorOnlyResolveWithinSiteCollection property
Gets or sets a value that indicates whether the People Picker control should only perform lookup operations and resolve users from the site collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PeopleEditorOnlyResolveWithinSiteCollection As Boolean
Get
Set
'Usage
Dim instance As SPPeoplePickerSettings
Dim value As Boolean
value = instance.PeopleEditorOnlyResolveWithinSiteCollection
instance.PeopleEditorOnlyResolveWithinSiteCollection = value
public bool PeopleEditorOnlyResolveWithinSiteCollection { get; set; }
Property value
Type: System.Boolean
true if the People Picker control only performs lookup operations and resolves users from the site collection; otherwise, false.