BuildRequestData.HostServices Property

Definition

Gets the HostServices object for this request.

public:
 property Microsoft::Build::Execution::HostServices ^ HostServices { Microsoft::Build::Execution::HostServices ^ get(); };
public Microsoft.Build.Execution.HostServices HostServices { get; }
public Microsoft.Build.Execution.HostServices HostServices { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.HostServices : Microsoft.Build.Execution.HostServices
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HostServices : Microsoft.Build.Execution.HostServices
Public ReadOnly Property HostServices As HostServices

Property Value

The host service for this build.

Attributes

Applies to