MaxQueryTime Property

This property specifies the time, in milliseconds, the LDAP server instance will wait for a query to complete before it should time out.

IDL Definition

[propget] 
HRESULT MaxQueryTime([out, retval] VARIANT *pData);
[propput] 
HRESULT MaxQueryTime([in] VARIANT Data);

Type

VT_I4 (integer)

Example


© 1997-1998 Microsoft Corporation. All rights reserved.