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.
Represents the Remote Desktop status properties of a device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.Devices.DeviceProperty
Microsoft.WindowsServerSolutions.Common.Devices.RDPStatusProperty
Syntax
[DataContractAttribute]
public sealed class RDPStatusProperty : DeviceProperty
[DataContractAttribute]
public ref class RDPStatusProperty sealed : DeviceProperty
<DataContractAttribute>
Public NotInheritable Class RDPStatusProperty
Inherits DeviceProperty
Properties
Name | Description | |
---|---|---|
![]() |
BlockedByFirewall | Indicates whether the firewall blocks RDP. |
![]() |
PropertyName | Gets the name of the property.(Inherited from DeviceProperty.) |
![]() |
Status | Gets the status of RDP for the device. |
![]() |
Timestamp | Gets the timestamp for the device.(Inherited from DeviceProperty.) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(DeviceProperty) | Compares one RDPStatusProperty object to another RDPStatusProperty object.(Overrides DeviceProperty.Equals(DeviceProperty).) |
![]() |
Equals(Object) | Calls the Equals method with the specified object.(Overrides Object.Equals(Object).) |
![]() |
GetHashCode() | Returns a hash code for the RDPStatusProperty object.(Overrides Object.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | Returns a string representation of the properties.(Overrides Object.ToString().) |
![]() |
UpdateDeviceInfo(DeviceInfo) | Do not use this method. Specifies the information to update for the device. |
Remarks
An instance of RDPStatusProperty must be created by using the CreateRDPStatusProperty method.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top