This documentation is archived and is not being maintained.
IGroupSecurityService::CreateApplicationGroup Method
Visual Studio 2013
Creates a TFS application group.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
String^ CreateApplicationGroup( String^ projectUri, String^ groupName, String^ groupDescription )
Parameters
- projectUri
- Type: System::String
If null or empty, the group will be created at the server scope; or the group will be created at the project scope per this parameter.
- groupName
- Type: System::String
Must be unique within its scope.
- groupDescription
- Type: System::String
Can be null.
- 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.
Show: