ModuleLicensed Method
- Last UpdatedNov 06, 2025
- 1 minute read
The ModuleLicensed() method returns an indication of whether or not the specified module is licensed.
'Declaration
Public Function ModuleLicensed( _
ByVal functModule As FunctionalModules _
) As Boolean
public bool ModuleLicensed(
FunctionalModules functModule
)
Parameters
- functModule
- Required. Holds the module whose license status is being checked.
Return Value
Returns true if the module is licensed or false if the module is not
licensed.