This documentation is archived and is not being maintained.

IGroupSecurityService::AddMemberToApplicationGroup Method

Adds an identity (e.g. a user or a group) to a TFS application group.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

void AddMemberToApplicationGroup(
	String^ groupSid, 
	String^ identitySid
)

Parameters

groupSid
Type: System::String

the unique identifier (SID) of the group

identitySid
Type: System::String

the unique identifier of the identity

Show: