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

See Also

Reference

INetFwPolicy2 Interface

Microsoft.TeamFoundation.Build.Common Namespace