Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPPeoplePickerSettings Class

SPPeoplePickerSettings Members

Microsoft.SharePoint.Administration Namespace