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 (26.2.0.1000)
Syntax
public AppSettingValue(
	AppSettingValueSource scope,
	Object? scopeTarget,
	Object value
)

Parameters

scope  AppSettingValueSource
The scope.
scopeTarget  Object
The scope target.
value  Object
The value.
See Also