HostedBuildPoolWebService.BuildService Property
Gets the hosted build service for the active request context.
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property BuildService As TeamFoundationHostedBuildService
public TeamFoundationHostedBuildService BuildService { get; private set; }
public:
property TeamFoundationHostedBuildService^ BuildService {
TeamFoundationHostedBuildService^ get ();
private: void set (TeamFoundationHostedBuildService^ value);
}
member BuildService : TeamFoundationHostedBuildService with get, private set
function get BuildService () : TeamFoundationHostedBuildService
private function set BuildService (value : TeamFoundationHostedBuildService)
Property Value
Type: Microsoft.TeamFoundation.Build.Hosted.Server.TeamFoundationHostedBuildService
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.