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