VersionSpec.Latest Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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.Server.VersionSpec
.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.