Skip to content

Get_Licensed_Max_Users

See Also: Get_Current_User_Count

Purpose

Returns the maximum number of concurrent users licensed for the current "stack" of registered serial numbers. A registration stack can consist of any combination of the following:

  • One Studio license
  • One Web Application Server license
  • One or more Client licenses

Syntax

get_Licensed_Max_Users to integer_variable

Example

integer iMaxUsers
get_Licensed_Max_Users to iMaxUsers

This example retrieves the maximum number of licensed concurrent users to the integer variable iMaxUsers.