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