Specifies the time limit that the server should observe to search a page of results (as opposed to the time limit for the entire search). Set to a negative value for no time limit. This property applies only to searches where PageSize has been set to something other than the default.
[Visual Basic] Public Property ServerPageTimeLimit As TimeSpan [C#] public TimeSpan ServerPageTimeLimit {get; set;} [C++] public: __property TimeSpan get_ServerPageTimeLimit(); public: __property void set_ServerPageTimeLimit(TimeSpan); [JScript] public function get ServerPageTimeLimit() : TimeSpan; public function set ServerPageTimeLimit(TimeSpan);
DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace