IdentityManagementWebService.RemoveMemberFromApplicationGroup Method
Remove member from TFS Group.
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub RemoveMemberFromApplicationGroup ( _
groupDescriptor As IdentityDescriptor, _
descriptor As IdentityDescriptor _
)
[WebMethodAttribute]
public void RemoveMemberFromApplicationGroup(
IdentityDescriptor groupDescriptor,
IdentityDescriptor descriptor
)
[WebMethodAttribute]
public:
void RemoveMemberFromApplicationGroup(
IdentityDescriptor^ groupDescriptor,
IdentityDescriptor^ descriptor
)
[<WebMethodAttribute>]
member RemoveMemberFromApplicationGroup :
groupDescriptor:IdentityDescriptor *
descriptor:IdentityDescriptor -> unit
public function RemoveMemberFromApplicationGroup(
groupDescriptor : IdentityDescriptor,
descriptor : IdentityDescriptor
)
Parameters
- groupDescriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
descriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptormember
.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