This documentation is archived and is not being maintained.

INetFwProfile::FirewallEnabled Property

Gets or sets a flag indicating whether the firewall is enabled.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

property bool FirewallEnabled {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if the firewall is enabled; otherwise, false.

Show: