SeatCount Constructor (Int32)

Initializes a new instance of the SeatCount structure.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public SeatCount(
	int baseSeatCount
)

Parameters

baseSeatCount
Type: SystemInt32
The base seat count.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionbaseSeatCount is less than zero.
Remarks
A value of MaxValue for baseSeatCount indicates that the count is unlimited.
See Also