DeviceInfo.RDPStatus Property
Gets the RDP status of the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public RDPStatusProperty RDPStatus { get; internal set; }
public:
property RDPStatusProperty^ RDPStatus {
RDPStatusProperty^ get();
internal: void set(RDPStatusProperty^ value);
}
Public Property RDPStatus As RDPStatusProperty
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.RDPStatusProperty
An instance of RDPStatusProperty.
Remarks
Null is returned if the RDP status is not reported.
See Also
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top