ILicenseServiceCanCreateAccount Method  | 
 
            Determines whether an account using the specified seat kind can be created.
            
 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxbool CanCreateAccount(
	LicenseSeatKind seatKind,
	bool isSeatReserved,
	Guid? tenantId
)
Function CanCreateAccount ( 
	seatKind As LicenseSeatKind,
	isSeatReserved As Boolean,
	tenantId As Guid?
) As Boolean
bool CanCreateAccount(
	LicenseSeatKind seatKind, 
	bool isSeatReserved, 
	Nullable<Guid> tenantId
)
abstract CanCreateAccount : 
        seatKind : LicenseSeatKind * 
        isSeatReserved : bool * 
        tenantId : Nullable<Guid> -> bool 
Parameters
- seatKind
 - Type: Dundas.BI.LicensingLicenseSeatKind
The seat kind. - isSeatReserved
 - Type: SystemBoolean
A value indicating whether the account will use a reserved seat. - tenantId
 - Type: SystemNullableGuid
The tenant ID of the account. 
Return Value
Type: 
Boolean if there are enough seats left to create the account; otherwise, 
.
Exceptions
See Also