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.
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
- 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.