Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the corresponding TeamConfiguration object for the project.
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Function GetTeam ( _
projectUri As String, _
teamName As String _
) As TeamConfiguration
public TeamConfiguration GetTeam(
string projectUri,
string teamName
)
public:
TeamConfiguration^ GetTeam(
String^ projectUri,
String^ teamName
)
member GetTeam :
projectUri:string *
teamName:string -> TeamConfiguration
public function GetTeam(
projectUri : String,
teamName : String
) : TeamConfiguration
Parameters
projectUri
Type: System.StringThe team project Uri
teamName
Type: System.StringThe team name
Return Value
Type: TeamConfiguration
.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.