searchTimeLimit (property)

A time limit for the next search operation (in seconds).

Syntax

@property (nonatomic,readwrite,assign,getter=searchTimeLimit,setter=setSearchTimeLimit:) int searchTimeLimit;
- (int)searchTimeLimit;
- (void)setSearchTimeLimit:(int)newSearchTimeLimit;
public var searchTimeLimit: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

This property contains a time limit for the next search operation (in seconds). This limit is provided as a hint to the directory server. A value of 0 means that no time limits are in effect for the search.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 iOS Edition - Version 20.0 [Build 8155]