Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride Sub DeleteGroup ( _
    requestContext As TeamFoundationRequestContext, _
    groupDescriptor As IdentityDescriptor _
)
public abstract void DeleteGroup(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor groupDescriptor
)
public:
virtual void DeleteGroup(
    TeamFoundationRequestContext^ requestContext, 
    IdentityDescriptor^ groupDescriptor
) abstract
abstract DeleteGroup : 
        requestContext:TeamFoundationRequestContext * 
        groupDescriptor:IdentityDescriptor -> unit
public abstract function DeleteGroup(
    requestContext : TeamFoundationRequestContext, 
    groupDescriptor : IdentityDescriptor
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- groupDescriptor
 Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
.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.