ManagementService.AddToServiceKeys Method

There are no comments for ServiceKeys in the schema.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub AddToServiceKeys ( _
    serviceKey As ServiceKey _
)
public void AddToServiceKeys(
    ServiceKey serviceKey
)
public:
void AddToServiceKeys(
    ServiceKey^ serviceKey
)
member AddToServiceKeys : 
        serviceKey:ServiceKey -> unit
public function AddToServiceKeys(
    serviceKey : ServiceKey
)

Parameters

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace