This documentation is archived and is not being maintained.
TfsTeamService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TfsTeamService type exposes the following members.
| 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. |
Show:
