Deletes a TFS application group
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub DeleteApplicationGroup ( _
    groupDescriptor As IdentityDescriptor _
)
void DeleteApplicationGroup(
    IdentityDescriptor groupDescriptor
)
void DeleteApplicationGroup(
    IdentityDescriptor^ groupDescriptor
)
abstract DeleteApplicationGroup : 
        groupDescriptor:IdentityDescriptor -> unit
function DeleteApplicationGroup(
    groupDescriptor : IdentityDescriptor
)
Parameters
- groupDescriptor 
 Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor- groupDescriptor 
.NET Framework Security
- 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.