Open this page in the API Guide

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

Parameters

scope
Type: Dundas.BI.Configuration.AppSettingValueSource
The scope.
scopeTarget
Type: System.Object
The scope target.
value
Type: System.Object
The value.
See Also