SPPeoplePickerSearchActiveDirectoryDomain class
Represents an Active Directory domain forest that is searched by the People Picker control within the SharePoint Foundation user interface.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class SPPeoplePickerSearchActiveDirectoryDomain _
Inherits SPAutoSerializingObject
'Usage
Dim instance As SPPeoplePickerSearchActiveDirectoryDomain
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class SPPeoplePickerSearchActiveDirectoryDomain : SPAutoSerializingObject
Remarks
Use the SearchActiveDirectoryDomains property of the SPPeoplePickerSettings class to get the collection of SPPeoplePickerSearchActiveDirectoryDomain objects that are used within the People Picker dialog box.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.