NOTE: This API is now obsolete. The non-obsolete alternative is .
<WebServiceBindingAttribute(Name := "BuildInfoSoap", Namespace := "http://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03")> _ <ObsoleteAttribute("This class has been deprecated. Please remove all references.")> _ Public Class BuildStore _ Inherits TeamFoundationSoapProxy
Dim instance As BuildStore
[WebServiceBindingAttribute(Name = "BuildInfoSoap", Namespace = "http://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"http://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
. doesn't say much :-)
Is it the Microsoft.TeamFoundation.Build.Client.IBuildServer? That seems to be what I've found so far.
I hope this helps others.
Karl