Share via


LDAPConnection.SearchScope Property

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property SearchScope As SearchScope
    Get
    Set
'Usage
Dim instance As LDAPConnection
Dim value As SearchScope

value = instance.SearchScope

instance.SearchScope = value
public SearchScope SearchScope { get; set; }

Property Value

Type: System.DirectoryServices.SearchScope

See Also

Reference

LDAPConnection Class

LDAPConnection Members

Microsoft.Office.Server.UserProfiles Namespace