ConnectionTimeout Property

This property specifies the time limit in seconds on idle socket connections in the TIME_WAIT state before they are dropped by the LDAP server instance.

IDL Definition

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

Type

VT_I4 (integer)

Example


© 1997-1998 Microsoft Corporation. All rights reserved.