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.
Describes the global properties of this repository.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Client.RepositoryProperties
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class RepositoryProperties
public sealed class RepositoryProperties
public ref class RepositoryProperties sealed
[<Sealed>]
type RepositoryProperties = class end
public final class RepositoryProperties
The RepositoryProperties type exposes the following members.
Properties
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. |
Top
Methods
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().) |
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.