IdentityManagementWebService.RemoveMemberFromApplicationGroup Method
Remove member from TFS Group.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.VisualStudio.Services.Identity.IdentityDescriptor
descriptor
Type: Microsoft.VisualStudio.Services.Identity.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.