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)

Syntax

'Declaration
Property AllowOutboundSourceQuench As Boolean
bool AllowOutboundSourceQuench { get; set; }
property bool AllowOutboundSourceQuench {
    bool get ();
    void set (bool value);
}
abstract AllowOutboundSourceQuench : bool with get, set
function get AllowOutboundSourceQuench () : boolean 
function set AllowOutboundSourceQuench (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

INetFwIcmpSettings Interface

Microsoft.TeamFoundation.Common Namespace