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

The maximum amount of time the server will spend searching. If the time limit is reached, only entries found up to that point will be returned. Set to a negative value to use the server-determined default.

[Visual Basic]
Public Property ServerTimeLimit As TimeSpan
[C#]
public TimeSpan ServerTimeLimit {get; set;}
[C++]
public: __property TimeSpan get_ServerTimeLimit();
public: __property void set_ServerTimeLimit(TimeSpan);
[JScript]
public function get ServerTimeLimit() : TimeSpan;
public function set ServerTimeLimit(TimeSpan);

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace