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