Share via


RDPStatus Enumeration

 

Indicates the status of Remote Desktop for the device.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

public enum RDPStatus
public enum class RDPStatus
Public Enumeration RDPStatus

Members

Member name Description
Available

Indicates that Remote Desktop is available for the device.

Disabled

Indicates that Remote Desktop is disabled for the device.

SKUAbsent

Indicates that the edition of the operating system for the device is not known.

Unknown

Indicates that the status is not known for the device.

See Also

Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top