RelyingPartyRuleGroup.CreateRelyingPartyRuleGroup 方法

创建新的 RelyingPartyRuleGroup 对象。

命名空间:  Microsoft.TeamFoundation.Framework.Server.AccessControl
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
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
)

参数

  • relyingPartyId
    类型:System.Int64
    RelyingPartyId 的初始值。
  • ruleGroupId
    类型:System.Int64
    RuleGroupId 的初始值。
  • systemReserved
    类型:System.Boolean
    SystemReserved 的初始值。

返回值

类型:Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyRuleGroup
返回 RelyingPartyRuleGroup

.NET Framework 安全性

请参阅

参考

RelyingPartyRuleGroup 类

Microsoft.TeamFoundation.Framework.Server.AccessControl 命名空间