Share via


IdentityManagementWebService.AddMemberToApplicationGroup Method

Add member to TFS Group.

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub AddMemberToApplicationGroup ( _
    groupDescriptor As IdentityDescriptor, _
    descriptor As IdentityDescriptor _
)
[WebMethodAttribute]
public void AddMemberToApplicationGroup(
    IdentityDescriptor groupDescriptor,
    IdentityDescriptor descriptor
)
[WebMethodAttribute]
public:
void AddMemberToApplicationGroup(
    IdentityDescriptor^ groupDescriptor, 
    IdentityDescriptor^ descriptor
)
[<WebMethodAttribute>]
member AddMemberToApplicationGroup : 
        groupDescriptor:IdentityDescriptor * 
        descriptor:IdentityDescriptor -> unit
public function AddMemberToApplicationGroup(
    groupDescriptor : IdentityDescriptor, 
    descriptor : IdentityDescriptor
)

Parameters

.NET Framework Security

See Also

Reference

IdentityManagementWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace