This documentation is archived and is not being maintained.
TfsTeamService::CreateTeam Method
Visual Studio 2013
Create a Team on server that has optional properties
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
TeamFoundationTeam^ CreateTeam(
String^ projectId,
String^ name,
String^ description,
IDictionary<String^, Object^>^ properties
)
Parameters
- projectId
- Type: System::String
Project Uri (scope id)
- name
- Type: System::String
Team name
- description
- Type: System::String
Team description
- properties
- Type: System.Collections.Generic::IDictionary<String, Object>
properties, can be null or empty
- 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: