INetFwPolicy2.IsRuleGroupEnabled Method

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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

INetFwPolicy2 Interface

Microsoft.TeamFoundation.Build.Common Namespace