TeamFoundationVersion.ContractVersionRange Property

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

See Also

Reference

TeamFoundationVersion Class

Microsoft.TeamFoundation Namespace