Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create a new RuleGroup object.
Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function CreateRuleGroup ( _
    ID As Long, _
    systemReserved As Boolean _
) As RuleGroup
public static RuleGroup CreateRuleGroup(
    long ID,
    bool systemReserved
)
public:
static RuleGroup^ CreateRuleGroup(
    long long ID, 
    bool systemReserved
)
static member CreateRuleGroup : 
        ID:int64 * 
        systemReserved:bool -> RuleGroup
public static function CreateRuleGroup(
    ID : long, 
    systemReserved : boolean
) : RuleGroup
Parameters
- ID 
 Type: System.Int64- Initial value of Id. 
- systemReserved 
 Type: System.Boolean- Initial value of SystemReserved. 
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.RuleGroup
Returns RuleGroup.
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace