| 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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x