This documentation is archived and is not being maintained.
IIdentityManagementService.UpdateApplicationGroup Method
Visual Studio 2013
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: