MaxConnection Property

This propery specifies how many concurrent TCP/IP sockets can be open for the LDAP server instance before connections are refused.

IDL Definition

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

Type

VT_I4 (integer)

Example


© 1997-1998 Microsoft Corporation. All rights reserved.