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