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 (26.2.0.1000)
Syntax
public class AppSettingValue

The AppSettingValue type exposes the following members.

Constructors
 NameDescription
Public methodAppSettingValueInitializes a new instance of the AppSettingValue class.
Top
Properties
 NameDescription
Public propertyScopeGets the scope of the value's source.
Public propertyScopeTargetGets the scope target of the value's source.
Public propertyValueGets the value of the setting for the associated scope and scope target.
Top
See Also