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 = 2Logging is disabled for the site.
Enabled = 1Logging is enabled for the site.
Mandatory = 3Logging is enabled for the site and users cannot make changes if the database is disconnected.
NotSupported = 4Logging is not supported for the site.
Unknown = 0The logging state is unknown.