DeviceInfo.SecurityFirewall Property
Gets the security firewall.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public SecurityFirewallProperty SecurityFirewall { get; internal set; }
public:
property SecurityFirewallProperty^ SecurityFirewall {
SecurityFirewallProperty^ get();
internal: void set(SecurityFirewallProperty^ value);
}
Public Property SecurityFirewall As SecurityFirewallProperty
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.SecurityFirewallProperty
The security firewall.
See Also
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top