This documentation is archived and is not being maintained.
RepositoryProperties Class
Visual Studio 2013
Describes the global properties of this repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The RepositoryProperties type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DownloadKey | Gets the download key for this repository. |
![]() | Id | Gets the unique identifier for this repository. |
![]() | LatestChangesetId | Gets the ID of the most recently committed changeset. |
![]() | Name | Gets the name describing this repository. |
![]() | SupportedFeatures | Gets the features supported by the server.Can be evaluated by doing a bitwise or against the SupportedFeatures enum. |
![]() | Version | Gets the version of the mid/data tier system. For the system to start and run correctly both the mid and data tiers must have the same version information. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns this repository information as a string. (Overrides Object::ToString().) |
Show:
