Setting Maximum Concurrent Logins (MaxConcurrentLogins)

Currently only available in Secure FTP Server.

Use the ICISite interface MaxConcurrentLogins property to return a LONG value when read indicating the maximum number of concurrent logins allowed on the Site. You can set this value by assigning a LONG value.

HRESULT MaxConcurrentLogins(??);

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