AppSettingValue Constructor  | 
  
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic AppSettingValue(
	AppSettingValueSource scope,
	Object? scopeTarget,
	Object value
)
Public Sub New ( 
	scope As AppSettingValueSource,
	scopeTarget As Object,
	value As Object
)
public:
AppSettingValue(
	AppSettingValueSource scope, 
	Object^ scopeTarget, 
	Object^ value
)
new : 
        scope : AppSettingValueSource * 
        scopeTarget : Object * 
        value : Object -> AppSettingValueParameters
- scope
 - Type: Dundas.BI.ConfigurationAppSettingValueSource
The scope. - scopeTarget
 - Type: SystemObject
The scope target. - value
 - Type: SystemObject
The value. 
See Also