IApplicationInfoServiceIsDeploymentFlagEnabled Method |
Gets a value indicating whether the deployment flag with the specified name 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 IsDeploymentFlagEnabled(
string flagName
)
Function IsDeploymentFlagEnabled (
flagName As String
) As Boolean
bool IsDeploymentFlagEnabled(
String^ flagName
)
abstract IsDeploymentFlagEnabled :
flagName : string -> bool
Parameters
- flagName
- Type: SystemString
The name of the flag.
Return Value
Type:
Boolean if the flag is enabled; otherwise,
.
Exceptions See Also