lSizeLimit Property

The lSizeLimit property specifies how large, in bytes, the results of an LDAP search query can be.

Type

LONG

Example

Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") 
BrokConfig.GetConfig 1
BrokConfig.lSizeLimit = 2048 ' 2 KB max result set size
'  …
BrokConfig.SetConfig

© 1997-1998 Microsoft Corporation. All rights reserved.