AppSettingValueVisibility Enumeration

Specifies a level of access required in order for the value of a configuration setting to be accessible.

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 AppSettingValueVisibility
Members
  Member nameValueDescription
Public0 The value of the setting is visible to anyone, even if they are not logged on.
LoggedOnUser1 The caller must be logged on in order to access the value of the setting.
SystemAdministrator2 The caller must be a system administrator in order to access the value of the setting.
See Also