GraphBuildRequestData.HostServices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
member this.HostServices : Microsoft.Build.Execution.HostServices
Public ReadOnly Property HostServices As HostServices