Enum XenDesktopSiteLoggingState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of logging for the site.
public enum XenDesktopSiteLoggingState
Fields
Disabled = 2
Logging is disabled for the site.
Enabled = 1
Logging is enabled for the site.
Mandatory = 3
Logging is enabled for the site and users cannot make changes if the database is disconnected.
NotSupported = 4
Logging is not supported for the site.
Unknown = 0
The logging state is unknown.