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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.