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

Inheritance Hierarchy

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

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

Admin Members

Microsoft.TeamFoundation.VersionControl.Server Namespace