IdentityManagementWebService.DeleteApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
<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.TeamFoundation.Framework.Server.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.
See Also
Reference
IdentityManagementWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace