Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the version of the web services on the server.
For the value PreTfs2010, check for specific features using the VersionControlServer.SupportedFeatures property.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Enumeration WebServiceLevel
public enum WebServiceLevel
public enum class WebServiceLevel
type WebServiceLevel
public enum WebServiceLevel
Members
| Member name | Description | |
|---|---|---|
| PreTfs2010 | TFS 2005 through TFS 2008 SP1 | |
| Tfs2010 | TFS 2010 | |
| Tfs2012 | TFS 2012 | |
| Tfs2012_1 | TFS 2012.1 | |
| Tfs2012_2 | TFS 2012.2 | |
| Tfs2012_3 | TFS 2012.3 | |
| Tfs2012_QU1 | TFS 2012.QU1 | |
| Tfs2012_QU1_1 | TFS 2012.QU1_1 | |
| Tfs2013 | ||
| Unknown | The web service is unknown. |