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

The maximum amount of time the client will wait for the server to return results. If the server does not respond within this time, the search will be aborted, and no results will be returned.

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

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace