Click or drag to resize

ILicensesUsagePerMonth Interface

Provide the licenses usage information for a month.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface ILicensesUsagePerMonth : ILicensesUsage

The ILicensesUsagePerMonth type exposes the following members.

Properties
  NameDescription
Public propertyMaxCapiDevices
Gets the maximum number of different CAPI devices connected this month.
(Inherited from ILicensesUsage.)
Public propertyMaxCatiAgents
Gets the maximum number of simultaneous CATI agents this month.
(Inherited from ILicensesUsage.)
Public propertyMaxCawiSurveys
Gets the maximum number of on-line CAWI surveys this month.
(Inherited from ILicensesUsage.)
Public propertyMaxUsers
Gets the maximum number of different users connected this month.
(Inherited from ILicensesUsage.)
Public propertyMonth
Gets the month (based 1).
Public propertyYear
Gets the year (YYYY format).
Top
See Also