This documentation is archived and is not being maintained.

INetFwProfile::UnicastResponsesToMulticastBroadcastDisabled Property

Gets or sets a flag indicating whether the firewall should allow unicast responses to multicast and broadcast traffic.

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

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

Property Value

Type: System::Boolean
True to disable unicast responses to multicast and broadcast traffic; otherwise, false.

Show: