RepositoryProperties.Version Property

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.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property Version As String
public string Version { get; set; }
public:
property String^ Version {
    String^ get ();
    void set (String^ value);
}
member Version : string with get, set
function get Version () : String 
function set Version (value : String)

Property Value

Type: System.String
The version of the mid/data tier system.

.NET Framework Security

See Also

Reference

RepositoryProperties Class

Microsoft.TeamFoundation.VersionControl.Client Namespace