共用方式為


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 初始值。

傳回值

類型:Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyRuleGroup
傳回 RelyingPartyRuleGroup

.NET Framework 安全性

請參閱

參考

RelyingPartyRuleGroup 類別

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