Share via


VersionSpec.Latest Property

Gets the VersionSpec that is the latest version requested from the database.

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

Syntax

'Declaration
Public Shared ReadOnly Property Latest As VersionSpec
'Usage
Dim value As VersionSpec 

value = VersionSpec.Latest
public static VersionSpec Latest { get; }
public:
static property VersionSpec^ Latest {
    VersionSpec^ get ();
}
public static function get Latest () : VersionSpec

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
A VersionSpec instance which indicates the latest version.

.NET Framework Security

See Also

Reference

VersionSpec Class

VersionSpec Members

Microsoft.TeamFoundation.VersionControl.Client Namespace