Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub RemoveMemberFromApplicationGroup ( _
    groupSid As String, _
    identitySid As String _
)
[WebMethodAttribute]
public void RemoveMemberFromApplicationGroup(
    string groupSid,
    string identitySid
)
[WebMethodAttribute]
public:
void RemoveMemberFromApplicationGroup(
    String^ groupSid, 
    String^ identitySid
)
[<WebMethodAttribute>]
member RemoveMemberFromApplicationGroup : 
        groupSid:string * 
        identitySid:string -> unit
public function RemoveMemberFromApplicationGroup(
    groupSid : String, 
    identitySid : String
)
Parameters
- groupSid
 Type: System.String
- identitySid
 Type: System.String
.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.