LicenseSeatUsage Class

Indicates the number of available and used licensed seats.
Inheritance Hierarchy
SystemObject
  Dundas.BI.LicensingLicenseSeatUsage

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class LicenseSeatUsage

The LicenseSeatUsage type exposes the following members.

Properties
  NameDescription
Public propertyFloatingDeveloperUsage
Gets the usage information for floating Developer seats.
Public propertyFloatingPowerUserUsage
Gets the usage information for floating Power User seats.
Public propertyFloatingStandardUserUsage
Gets the usage information for floating Standard User seats.
Public propertyMaxNumberOfTenants
Gets the maximum number of tenants allowed by the license.
Public propertyReservedDeveloperUsage
Gets the usage information for reserved Developer seats.
Public propertyReservedPowerUserUsage
Gets the usage information for reserved Power User seats.
Public propertyReservedStandardUserUsage
Gets the usage information for reserved Standard User seats.
Top
See Also