ILicenseServiceIsFeatureEnabled Method |
Determines whether the feature with the specified ID is enabled by the currently installed (and valid) licenses.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax bool IsFeatureEnabled(
Guid featureId
)
Function IsFeatureEnabled (
featureId As Guid
) As Boolean
bool IsFeatureEnabled(
Guid featureId
)
abstract IsFeatureEnabled :
featureId : Guid -> bool
Parameters
- featureId
- Type: SystemGuid
The ID of the feature.
Return Value
Type:
Boolean if the feature with the specified ID is enabled; otherwise,
.
Exceptions See Also