Retrieving Maximum Concurrent Logins (HasMaxConcurrentLogins)

Currently only available in Secure FTP Server.

Use the ICISite interface HasMaxConcurrentLogins property to return a BOOLEAN value when read indicating whether the Site has the "Max Concurrent Logins" feature enabled. You can set the value by assigning a BOOLEAN value.

Signature:

HRESULT HasMaxConcurrentLogins([out, retval] BOOL *pVal);

HRESULT HasMaxConcurrentLogins([in] BOOL newVal);

Refer to Site Connection Limits Properties for an illustration of how this and other ICISite properties can be accessed in the Administrator interface.