This documentation is archived and is not being maintained.

IIdentityManagementService.UpdateApplicationGroup Method

Updates a property of a TFS application group

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

abstract UpdateApplicationGroup : 
        groupDescriptor:IdentityDescriptor * 
        groupProperty:GroupProperty * 
        newValue:string -> unit

Parameters

groupDescriptor
Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor

groupDescriptor

groupProperty
Type: Microsoft.TeamFoundation.Framework.Common.GroupProperty

which property to update

newValue
Type: System.String

the new value for the property

Show: