Enum XenDesktopSiteLogOperationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the operation type of a log entry.
public enum XenDesktopSiteLogOperationType
Fields
AdminActivity = 2
The operation type is admin activity.
ConfigurationChange = 1
The operation type is a configuration change.
Unknown = 0
The operation type is unknown.