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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.