Enum WindowsRemoteDesktopLicensingType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The licensing type for a remote desktop session host or terminal server.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsRemoteDesktopLicensingType
Fields
NotConfigured = 5Remote Desktop Session Host is installed by no licensing mode has been assigned.
PerDevice = 2Per Device. Valid for application servers.
PerUser = 4Per User. Valid for application servers.
Personal = 0Personal RD Session Host server.
RemoteDesktopAdministration = 1Remote Desktop for Administration.
Unknown = 6Unknown.