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.SizeLimit

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);

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace