[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 );
DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace | DirectorySearcher Constructor Overload List