VersionSpec.Latest Property

Gets the latest version of this VersionSpec in the repository.

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
public static VersionSpec Latest { get; }
public:
static property VersionSpec^ Latest {
    VersionSpec^ get ();
}
static member Latest : VersionSpec with get
static function get Latest () : VersionSpec

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The latest version of this VersionSpec in the repository.

.NET Framework Security

See Also

Reference

VersionSpec Class

Microsoft.TeamFoundation.VersionControl.Client Namespace