IApplicationInfoServiceIsDiagnosticFlagEnabled Method |
Gets a value indicating whether the diagnostic flag with the specified name is enabled.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool IsDiagnosticFlagEnabled(
string flagName
)
Function IsDiagnosticFlagEnabled (
flagName As String
) As Boolean
bool IsDiagnosticFlagEnabled(
String^ flagName
)
abstract IsDiagnosticFlagEnabled :
flagName : string -> bool Parameters
- flagName String
- The name of the flag.
Return Value
Boolean if the flag is enabled; otherwise,
.
Exceptions
See Also