The maximum number of entries the server will find before returning. If the size limit is reached, only entries found up to that point will be returned. Specify-1 to use the server-determined default size limit.
[Visual Basic] Public Property SizeLimit As Integer [C#] public int SizeLimit {get; set;} [C++] public: __property int get_SizeLimit(); public: __property void set_SizeLimit(int); [JScript] public function get SizeLimit() : int; public function set SizeLimit(int);
DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace