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 (25.3.0.1000)
SyntaxAppSettingValue 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: 
AppSettingValue
Exceptions
See Also