Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Sub EnableRuleGroup ( _
    profileTypesBitmask As Integer, _
    group As String, _
    enable As Boolean _
)
void EnableRuleGroup(
    int profileTypesBitmask,
    string group,
    bool enable
)
void EnableRuleGroup(
    [InAttribute] int profileTypesBitmask, 
    [InAttribute] String^ group, 
    [InAttribute] bool enable
)
abstract EnableRuleGroup : 
        profileTypesBitmask:int * 
        group:string * 
        enable:bool -> unit
function EnableRuleGroup(
    profileTypesBitmask : int, 
    group : String, 
    enable : boolean
)
Parameters
- profileTypesBitmask
 Type: System.Int32
- group
 Type: System.String
- enable
 Type: System.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.