BuildStore Class

NOTE: This API is now obsolete. The non-obsolete alternative is .

Namespace:  Microsoft.TeamFoundation.Build.Proxy
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
<WebServiceBindingAttribute(Name := "BuildInfoSoap", Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03")> _
<ObsoleteAttribute("This class has been deprecated. Please remove all references.")> _
Public Class BuildStore _
    Inherits TeamFoundationSoapProxy
'Usage
Dim instance As BuildStore
[WebServiceBindingAttribute(Name = "BuildInfoSoap", Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03")]
[ObsoleteAttribute("This class has been deprecated. Please remove all references.")]
public class BuildStore : TeamFoundationSoapProxy
[WebServiceBindingAttribute(Name = L"BuildInfoSoap", Namespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03")]
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.")]
public ref class BuildStore : public TeamFoundationSoapProxy
public class BuildStore 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.Build.Proxy.BuildStore

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

BuildStore Members

Microsoft.TeamFoundation.Build.Proxy Namespace