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