DomainController.SearchScope Property

NOTE: This API is now obsolete.

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.UserProfiles
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.DomainController" is obsolete; use class "Microsoft.Office.Server.UserProfiles.Connection" instead")> _
Public Property SearchScope As SearchScope
    Get
    Set
'Usage
Dim instance As DomainController
Dim value As SearchScope

value = instance.SearchScope

instance.SearchScope = value
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.DomainController" is obsolete; use class "Microsoft.Office.Server.UserProfiles.Connection" instead")]
public SearchScope SearchScope { get; set; }

Property Value

Type: System.DirectoryServices.SearchScope

See Also

Reference

DomainController Class

DomainController Members

Microsoft.SharePoint.Portal.UserProfiles Namespace