This documentation is archived and is not being maintained.
TeamProject Class
Visual Studio 2013
Represents a team project with respect to Version Control functionalities.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The TeamProject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ArtifactUri | Gets the artifact uniform resource identifier (URI) for this team project. |
![]() | ExclusiveCheckout | Gets or sets a flag that describes whether files modified in this team project will be exclusively locked. |
![]() | GetLatestOnCheckout | Gets or sets a flag that describes whether to get the latest version of a file on checkout. |
![]() | Name | Gets the name of this team project. |
![]() | ServerItem | Gets the server path of this project in the repository. |
![]() | TeamFoundationServer | Obsolete. Gets the server that is running Team Foundation Server where this team project resides. |
![]() | TeamProjectCollection | Gets the TfsTeamProjectCollection where this team project resides. |
![]() | VersionControlServer | Gets the VersionControlServer that contains this team project. |
| Name | Description | |
|---|---|---|
![]() | Equals | Checks whether this TeamProject instance is equal to another object. (Overrides Object::Equals(Object).) |
![]() | GetCheckinNoteFields | Gets the field definitions that are associated with this project. |
![]() | GetCheckinPolicies | Gets the array of check-in policies for this project. |
![]() | GetHashCode | Gets the hash code for this TeamProject instance. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetCheckinNoteFields | Creates a new set of field definitions that is associated with this project. |
![]() | SetCheckinPolicies | Sets the check-in policies for this project. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
