This documentation is archived and is not being maintained.

INetFwIcmpSettings::AllowOutboundSourceQuench Property

Gets or sets a flag indicating whether to allow “outbound source quench” messages.

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

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

Property Value

Type: System::Boolean
True to allow “outbound source quench” messages; otherwise, false.

Show: