IFeatureServiceIsEnabled Method |
Determines whether the specified feature is enabled.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax bool IsEnabled(
string featureId
)
Function IsEnabled (
featureId As String
) As Boolean
bool IsEnabled(
String^ featureId
)
abstract IsEnabled :
featureId : string -> bool
Parameters
- featureId
- Type: SystemString
The feature identifier.
Return Value
Type:
Boolean if the specified feature is enabled; otherwise,
.
Exceptions See Also