PageItemsOnBehalfOfHelper Class

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

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "PageItems", Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03")> _
Public Class PageItemsOnBehalfOfHelper _
    Inherits TeamFoundationSoapProxy
'Usage
Dim instance As PageItemsOnBehalfOfHelper
[WebServiceBindingAttribute(Name = "PageItems", Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03")]
public class PageItemsOnBehalfOfHelper : TeamFoundationSoapProxy
[WebServiceBindingAttribute(Name = L"PageItems", Namespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03")]
public ref class PageItemsOnBehalfOfHelper : public TeamFoundationSoapProxy
public class PageItemsOnBehalfOfHelper extends TeamFoundationSoapProxy

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy
              Microsoft.TeamFoundation.VersionControl.Server.PageItemsOnBehalfOfHelper

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

PageItemsOnBehalfOfHelper Members

Microsoft.TeamFoundation.VersionControl.Server Namespace