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