Share via


RDPStatusProperty.BlockedByFirewall Property

 

Indicates whether the firewall blocks RDP.

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

Syntax

[DataMemberAttribute]
public bool BlockedByFirewall { get; private set; }
public:
[DataMemberAttribute]
property bool BlockedByFirewall {
    bool get();
    private: void set(bool value);
}
<DataMemberAttribute>
Public Property BlockedByFirewall As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

true if the firewall blocks RDP; otherwise, false.

See Also

RDPStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top