Share via


RelyingPartyRuleGroup.CreateRelyingPartyRuleGroup Method

Create a new RelyingPartyRuleGroup object.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function CreateRelyingPartyRuleGroup ( _
    ID As Long, _
    relyingPartyId As Long, _
    ruleGroupId As Long, _
    systemReserved As Boolean _
) As RelyingPartyRuleGroup
public static RelyingPartyRuleGroup CreateRelyingPartyRuleGroup(
    long ID,
    long relyingPartyId,
    long ruleGroupId,
    bool systemReserved
)
public:
static RelyingPartyRuleGroup^ CreateRelyingPartyRuleGroup(
    long long ID, 
    long long relyingPartyId, 
    long long ruleGroupId, 
    bool systemReserved
)
static member CreateRelyingPartyRuleGroup : 
        ID:int64 * 
        relyingPartyId:int64 * 
        ruleGroupId:int64 * 
        systemReserved:bool -> RelyingPartyRuleGroup
public static function CreateRelyingPartyRuleGroup(
    ID : long, 
    relyingPartyId : long, 
    ruleGroupId : long, 
    systemReserved : boolean
) : RelyingPartyRuleGroup

Parameters

  • relyingPartyId
    Type: System.Int64

    Initial value of RelyingPartyId.

  • ruleGroupId
    Type: System.Int64

    Initial value of RuleGroupId.

  • systemReserved
    Type: System.Boolean

    Initial value of SystemReserved.

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyRuleGroup
Returns RelyingPartyRuleGroup.

.NET Framework Security

See Also

Reference

RelyingPartyRuleGroup Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace