AppSettingValue Constructor

Initializes a new instance of the AppSettingValue class.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public AppSettingValue(
	AppSettingValueSource scope,
	Object? scopeTarget,
	Object value
)

Parameters

scope
Type: Dundas.BI.ConfigurationAppSettingValueSource
The scope.
scopeTarget
Type: SystemObject
The scope target.
value
Type: SystemObject
The value.
See Also