This documentation is archived and is not being maintained.

INetFwOpenPort::Enabled Property

Gets or sets whether the settings for this port are currently enabled.

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

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

Property Value

Type: System::Boolean
True if the settings for this port are currently enabled; otherwise, false.

Show: