ManagementService.AddToRelyingPartyRuleGroups Method
There are no comments for RelyingPartyRuleGroups in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub AddToRelyingPartyRuleGroups ( _
relyingPartyRuleGroup As RelyingPartyRuleGroup _
)
public void AddToRelyingPartyRuleGroups(
RelyingPartyRuleGroup relyingPartyRuleGroup
)
public:
void AddToRelyingPartyRuleGroups(
RelyingPartyRuleGroup^ relyingPartyRuleGroup
)
member AddToRelyingPartyRuleGroups :
relyingPartyRuleGroup:RelyingPartyRuleGroup -> unit
public function AddToRelyingPartyRuleGroups(
relyingPartyRuleGroup : RelyingPartyRuleGroup
)
Parameters
- relyingPartyRuleGroup
Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyRuleGroup
.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