lTimeLimit Property

The lTimeLimit property specifies how long the Membership virtual server instance will wait for a response from the LDAP server after a search query has been made. This property is set in units of seconds.

Type

LONG

Example

Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") 
BrokConfig.GetConfig 1
BrokConfig.lTimeLimit = 60
BrokConfig.SetConfig

© 1997-1998 Microsoft Corporation. All rights reserved.