Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the status of RDP for the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public RDPStatus Status { get; private set; }
public:
[DataMemberAttribute]
property RDPStatus Status {
RDPStatus get();
private: void set(RDPStatus value);
}
<DataMemberAttribute>
Public Property Status As RDPStatus
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.RDPStatus
An instance of RDPStatus.
See Also
RDPStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top