Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Add member to TFS Group.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<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.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.