Instructs the server to perform a paged search. Once the server has found PageSize objects, it will stop searching and return the results to the client. When the client requests more data, the server will restart the search where it left off. Default is-1, which means do not page.
[Visual Basic] Public Property PageSize As Integer [C#] public int PageSize {get; set;} [C++] public: __property int get_PageSize(); public: __property void set_PageSize(int); [JScript] public function get PageSize() : int; public function set PageSize(int);
DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace