This documentation is archived and is not being maintained.

INetFwIcmpSettings::AllowOutboundTimeExceeded Property

Gets or sets a flag indicating whether to allow “outbound time exceeded” messages.

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

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

Property Value

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

Show: