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
Public Enumeration AppSettingValueVisibility
public enum class AppSettingValueVisibility
type AppSettingValueVisibility
Members
| Member name | Value | Description |
---|
| Public | 0 |
The value of the setting is visible to anyone, even if they are not logged on.
|
| LoggedOnUser | 1 |
The caller must be logged on in order to access the value of the setting.
|
| SystemAdministrator | 2 |
The caller must be a system administrator in order to access the value of the setting.
|
See Also