Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Client.TfsTeamService
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Class TfsTeamService
public class TfsTeamService
public ref class TfsTeamService
type TfsTeamService = class end
public class TfsTeamService
The TfsTeamService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TfsTeamService |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateTeam | Create a Team on server that has optional properties |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetDefaultTeam | Gets default team for the project |
![]() |
GetDefaultTeamId | Returns default team id for the project. |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
QueryTeams(String) | Query all Team groups in given project. |
![]() |
QueryTeams(IdentityDescriptor) | Query all Team groups that given user is a member of. |
![]() |
QueryTeams(IdentityDescriptor, List<String>) | Query all Team groups that given user is a member of. |
![]() |
ReadTeam(Guid, List<String>) | Read Team group by id |
![]() |
ReadTeam(IdentityDescriptor, List<String>) | Read Team group by descriptor |
![]() |
ReadTeam(String, String, List<String>) | Read Team group by name in given project |
![]() |
SetDefaultTeam | Sets default team for the project |
![]() |
SetDefaultTeamId | Sets default team for the project |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
UpdateTeam | Persist Team updates. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.