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