VersionControlIntegration Class

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "IProjectMaintenanceBinding", Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03")> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03",  _
    Description := "Team Foundation VersionControl Integration web service")> _
Public Class VersionControlIntegration _
    Inherits TeamFoundationWebServiceBase
'Usage
Dim instance As VersionControlIntegration
[WebServiceBindingAttribute(Name = "IProjectMaintenanceBinding", Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03")]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03", 
    Description = "Team Foundation VersionControl Integration web service")]
public class VersionControlIntegration : TeamFoundationWebServiceBase
[WebServiceBindingAttribute(Name = L"IProjectMaintenanceBinding", Namespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Admin/03")]
[WebServiceAttribute(Namespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03", 
    Description = L"Team Foundation VersionControl Integration web service")]
public ref class VersionControlIntegration : public TeamFoundationWebServiceBase
public class VersionControlIntegration extends TeamFoundationWebServiceBase

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.TeamFoundation.Server.TeamFoundationWebServiceBase
        Microsoft.TeamFoundation.VersionControl.Server.VersionControlIntegration

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VersionControlIntegration Members

Microsoft.TeamFoundation.VersionControl.Server Namespace