GroupSecurityService.DeleteApplicationGroup Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteApplicationGroup ( _
groupSid As String _
)
[WebMethodAttribute]
public void DeleteApplicationGroup(
string groupSid
)
[WebMethodAttribute]
public:
void DeleteApplicationGroup(
String^ groupSid
)
[<WebMethodAttribute>]
member DeleteApplicationGroup :
groupSid:string -> unit
public function DeleteApplicationGroup(
groupSid : String
)
Parameters
- groupSid
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.