Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub AddMemberToApplicationGroup ( _
    groupSid As String, _
    identitySid As String _
)
[WebMethodAttribute]
public void AddMemberToApplicationGroup(
    string groupSid,
    string identitySid
)
[WebMethodAttribute]
public:
void AddMemberToApplicationGroup(
    String^ groupSid, 
    String^ identitySid
)
[<WebMethodAttribute>]
member AddMemberToApplicationGroup : 
        groupSid:string * 
        identitySid:string -> unit
public function AddMemberToApplicationGroup(
    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.