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