NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectorySearcher Constructor (String, String[], SearchScope)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal filter As String, _
   ByVal propertiesToLoad() As String, _
   ByVal scope As SearchScope _
)
[C#]
public DirectorySearcher(
   string filter,
   string[] propertiesToLoad,
   SearchScope scope
);
[C++]
public: DirectorySearcher(
   String* filter,
   String* propertiesToLoad[],
   SearchScope scope
);
[JScript]
public function DirectorySearcher(
   filter : String,
   propertiesToLoad : String[],
   scope : SearchScope
);

Parameters

filter
[To be supplied.]
propertiesToLoad
[To be supplied.]
scope
[To be supplied.]

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace | DirectorySearcher Constructor Overload List