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)

Syntax

'Declaration
Sub UpdateApplicationGroup ( _
    groupDescriptor As IdentityDescriptor, _
    groupProperty As GroupProperty, _
    newValue As String _
)
void UpdateApplicationGroup(
    IdentityDescriptor groupDescriptor,
    GroupProperty groupProperty,
    string newValue
)
void UpdateApplicationGroup(
    IdentityDescriptor^ groupDescriptor, 
    GroupProperty groupProperty, 
    String^ newValue
)
abstract UpdateApplicationGroup : 
        groupDescriptor:IdentityDescriptor * 
        groupProperty:GroupProperty * 
        newValue:string -> unit
function UpdateApplicationGroup(
    groupDescriptor : IdentityDescriptor, 
    groupProperty : GroupProperty, 
    newValue : String
)

Parameters

.NET Framework Security

See Also

Reference

IIdentityManagementService Interface

Microsoft.TeamFoundation.Framework.Client Namespace