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