ITeamFoundationTeamService.CreateTeam Method
Creates a Team on server with optional properties.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function CreateTeam ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String, _
name As String, _
description As String, _
properties As IDictionary(Of String, Object) _
) As TeamFoundationTeam
TeamFoundationTeam CreateTeam(
TeamFoundationRequestContext requestContext,
string projectUri,
string name,
string description,
IDictionary<string, Object> properties
)
TeamFoundationTeam^ CreateTeam(
TeamFoundationRequestContext^ requestContext,
String^ projectUri,
String^ name,
String^ description,
IDictionary<String^, Object^>^ properties
)
abstract CreateTeam :
requestContext:TeamFoundationRequestContext *
projectUri:string *
name:string *
description:string *
properties:IDictionary<string, Object> -> TeamFoundationTeam
function CreateTeam(
requestContext : TeamFoundationRequestContext,
projectUri : String,
name : String,
description : String,
properties : IDictionary<String, Object>
) : TeamFoundationTeam
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextProject URI (scope ID).
projectUri
Type: System.StringTeam name.
name
Type: System.StringTeam description.
description
Type: System.StringThe properties, can be null or empty.
- properties
Type: System.Collections.Generic.IDictionary<String, Object>
Return Value
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationTeam
The TeamFoundationTeam.
.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.