次の方法で共有


TeamFoundationVersion.CurrentContractVersion Property

Gets the current version of Team Foundation Server.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
Public Shared ReadOnly Property CurrentContractVersion As Version
    Get
public static Version CurrentContractVersion { get; }
public:
static property Version^ CurrentContractVersion {
    Version^ get ();
}
static member CurrentContractVersion : Version
static function get CurrentContractVersion () : Version

Property Value

Type: System.Version
The current version of Team Foundation Server.

Remarks

This is the maximum supported version of Team Foundation Server by this object.

.NET Framework Security

See Also

Reference

TeamFoundationVersion Class

Microsoft.TeamFoundation Namespace