SeatCount(Int32) Constructor |
Initializes a new instance of the
SeatCount structure.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic SeatCount(
int baseSeatCount
)
Public Sub New (
baseSeatCount As Integer
)
public:
SeatCount(
int baseSeatCount
)
new :
baseSeatCount : int -> SeatCountParameters
- baseSeatCount Int32
- The base seat count.
Exceptions
Remarks
A value of
MaxValue for
baseSeatCount indicates that the count is unlimited.
See Also