Specifies the value of a setting for a specific scope.
Inheritance HierarchySystemObject
Dundas.BI.ConfigurationAppSettingValue
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic class AppSettingValue
Public Class AppSettingValue
public ref class AppSettingValue
type AppSettingValue = class end
The AppSettingValue type exposes the following members.
Properties|
| Name | Description |
|---|
 | Scope | Gets the scope of the value's source. |
 | ScopeTarget | Gets the scope target of the value's source. |
 | Value | Gets the value of the setting for the associated scope and scope target. |
Top
See Also