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[])

[To be supplied.]

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

Parameters

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

See Also

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