INetFwIcmpSettings.AllowOutboundParameterProblem Property
Gets or sets a flag indicating whether to allow “outbound parameter problem” messages.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Property AllowOutboundParameterProblem As Boolean
bool AllowOutboundParameterProblem { get; set; }
property bool AllowOutboundParameterProblem {
bool get ();
void set (bool value);
}
abstract AllowOutboundParameterProblem : bool with get, set
function get AllowOutboundParameterProblem () : boolean
function set AllowOutboundParameterProblem (value : boolean)
Property Value
Type: System.Boolean
True to allow “outbound parameter problem” 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.