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
)
Public Sub New (
baseSeatCount As Integer
)
public:
SeatCount(
int baseSeatCount
)
new :
baseSeatCount : int -> SeatCount
Parameters
- baseSeatCount
- Type: SystemInt32
The base seat count.
Exceptions Remarks
A value of
MaxValue for
baseSeatCount indicates that the count is unlimited.
See Also