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);
DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace