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