IdentityManagementWebService.AddMemberToApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Déclaration
<WebMethodAttribute> _
Public Sub AddMemberToApplicationGroup ( _
groupDescriptor As IdentityDescriptor, _
descriptor As IdentityDescriptor _
)
[WebMethodAttribute]
public void AddMemberToApplicationGroup(
IdentityDescriptor groupDescriptor,
IdentityDescriptor descriptor
)
[WebMethodAttribute]
public:
void AddMemberToApplicationGroup(
IdentityDescriptor^ groupDescriptor,
IdentityDescriptor^ descriptor
)
[<WebMethodAttribute>]
member AddMemberToApplicationGroup :
groupDescriptor:IdentityDescriptor *
descriptor:IdentityDescriptor -> unit
public function AddMemberToApplicationGroup(
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