ModulesAliquoCheckModuleAvailable Method
Returns whether the specified module is available.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public bool CheckModuleAvailable(
LicencyModules checkModule
)
Public Function CheckModuleAvailable (
checkModule As LicencyModules
) As Boolean
- checkModule LicencyModules
- LicencyModules with the module to check.
Boolean if the specified module is available; otherwise,
.