AppSettingValueSource Enumeration

Specifies where a configuration setting's effective value comes from.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum AppSettingValueSource
Members
  Member nameValueDescription
None0The source of the setting's value is not known.
Default10The setting's value was not specified at any scope, so the default value is used.
Global20The setting's effective value originates from the Global scope.
ServerGroup30The setting's effective value originates from the ServerGroup scope.
Server40The setting's effective value originates from the Server scope.
FileOverride100The setting's effective value originates from the FileOverride scope.
See Also