AppSettingValue Class

Specifies the value of a setting for a specific scope.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ConfigurationAppSettingValue

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class AppSettingValue

The AppSettingValue type exposes the following members.

Constructors
  NameDescription
Public methodAppSettingValue
Initializes a new instance of the AppSettingValue class.
Top
Properties
  NameDescription
Public propertyScope
Gets the scope of the value's source.
Public propertyScopeTarget
Gets the scope target of the value's source.
Public propertyValue
Gets the value of the setting for the associated scope and scope target.
Top
See Also