INetFwPolicy2.BlockAllInboundTraffic Property
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Property BlockAllInboundTraffic As Boolean
bool BlockAllInboundTraffic { get; set; }
property bool BlockAllInboundTraffic {
bool get ();
void set (bool value);
}
abstract BlockAllInboundTraffic : bool with get, set
function get BlockAllInboundTraffic () : boolean
function set BlockAllInboundTraffic (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.