LocalLicenseCount property

This property represents the number of actual users (the users who logged into the eRoom at least once) permitted by the licenses assigned to this site. The site can have as many potential users (the users who never logged into the eRoom) as possible.

In releases prior to V5, this property represents the number of user accounts permitted by the licenses assigned to this site.

Syntax


C++

HRESULT get_LocalLicenseCount(LONG* pLocalLicenseCount)

Scripting languages

value = object.LocalLicenseCount

Remarks


If the facility is in a trial period, this property returns the error EROOM_E_TRIALFACILITY.

Home

Applies to

IERULicenseManager