IAppConfigServiceGetEffectiveValue Method |
Gets the effective value of the specified application setting from the perspective of the current server.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax AppSettingValue GetEffectiveValue(
Guid settingId
)
Function GetEffectiveValue (
settingId As Guid
) As AppSettingValue
AppSettingValue^ GetEffectiveValue(
Guid settingId
)
abstract GetEffectiveValue :
settingId : Guid -> AppSettingValue
Parameters
- settingId
- Type: SystemGuid
The ID of the setting.
Return Value
Type:
AppSettingValueExceptions See Also