This documentation is archived and is not being maintained.

IGroupSecurityService::UpdateApplicationGroup Method

Updates a property of a TFS application group.

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

void UpdateApplicationGroup(
	String^ groupSid, 
	ApplicationGroupProperty groupProperty, 
	String^ newValue
)

Parameters

groupSid
Type: System::String

the unique identifier (SID) for the group

groupProperty
Type: Microsoft.TeamFoundation.Server::ApplicationGroupProperty

which property to update

newValue
Type: System::String

the new value for the property

Show: