Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads global settings that a TFS deployment must have to perform hosted builds
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Function GetHostedBuildSettings ( _
requestContext As TeamFoundationRequestContext _
) As HostedBuildSettings
public HostedBuildSettings GetHostedBuildSettings(
TeamFoundationRequestContext requestContext
)
public:
HostedBuildSettings^ GetHostedBuildSettings(
TeamFoundationRequestContext^ requestContext
)
member GetHostedBuildSettings :
requestContext:TeamFoundationRequestContext -> HostedBuildSettings
public function GetHostedBuildSettings(
requestContext : TeamFoundationRequestContext
) : HostedBuildSettings
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextDeployment-level context to read from
Return Value
Type: Microsoft.TeamFoundation.Build.Common.HostedBuildSettings
.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.