EasyUA Reference
ConfigureFirewall Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > SecurityConfiguration Class : ConfigureFirewall Property

Glossary Item Box

Gets or sets a value indicating whether the firewall should be automatically configured by the application.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SecurityConfiguration
Dim value As Boolean
 
instance.ConfigureFirewall = value
 
value = instance.ConfigureFirewall
C# 
public bool ConfigureFirewall {get; set;}

Property Value

true if the firewall should be configured; otherwise, false.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.