VersionSpec.Earliest Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Earliest As VersionSpec
'Usage
Dim value As VersionSpec
value = VersionSpec.Earliest
public static VersionSpec Earliest { get; }
public:
static property VersionSpec^ Earliest {
VersionSpec^ get ();
}
public static function get Earliest () : 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.