Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the range specified by the minimum and current versions.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ContractVersionRange As String
public static string ContractVersionRange { get; }
public:
static property String^ ContractVersionRange {
String^ get ();
}
static member ContractVersionRange : string with get
static function get ContractVersionRange () : String
Property Value
Type: System.String
A range specified by the minimum and current versions.
.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.