GraphBuildSubmission.BuildManager 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.
The BuildManager with which this submission is associated.
public:
property Microsoft::Build::Execution::BuildManager ^ BuildManager { Microsoft::Build::Execution::BuildManager ^ get(); };
public Microsoft.Build.Execution.BuildManager BuildManager { get; }
member this.BuildManager : Microsoft.Build.Execution.BuildManager
Public ReadOnly Property BuildManager As BuildManager