IAppConfigGetDouble Method |
Gets the effective value of the specified configuration setting as an
Double.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax double GetDouble(
Guid settingId
)
Function GetDouble (
settingId As Guid
) As Double
double GetDouble(
Guid settingId
)
abstract GetDouble :
settingId : Guid -> float
Parameters
- settingId
- Type: SystemGuid
The ID of the setting.
Return Value
Type:
Double
The effective value of the setting with the specified ID.
Exceptions See Also