IGroupSecurityService.AddMemberToApplicationGroup Method
Adds an identity (e.g. a user or a group) to a TFS application group.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub AddMemberToApplicationGroup ( _
groupSid As String, _
identitySid As String _
)
void AddMemberToApplicationGroup(
string groupSid,
string identitySid
)
void AddMemberToApplicationGroup(
String^ groupSid,
String^ identitySid
)
abstract AddMemberToApplicationGroup :
groupSid:string *
identitySid:string -> unit
function AddMemberToApplicationGroup(
groupSid : String,
identitySid : String
)
Parameters
groupSid
Type: System.Stringthe unique identifier (SID) of the group
identitySid
Type: System.Stringthe unique identifier of the identity
.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.