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