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