Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Deletes a TFS application group
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteApplicationGroup ( _
groupDescriptor As IdentityDescriptor _
)
[WebMethodAttribute]
public void DeleteApplicationGroup(
IdentityDescriptor groupDescriptor
)
[WebMethodAttribute]
public:
void DeleteApplicationGroup(
IdentityDescriptor^ groupDescriptor
)
[<WebMethodAttribute>]
member DeleteApplicationGroup :
groupDescriptor:IdentityDescriptor -> unit
public function DeleteApplicationGroup(
groupDescriptor : IdentityDescriptor
)
Parameters
- 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.