Repository Class

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

Syntax

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

Inheritance Hierarchy

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

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

Repository Members

Microsoft.TeamFoundation.VersionControl.Server Namespace