BuildSubmission.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; }
public Microsoft.Build.Execution.BuildManager BuildManager { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.BuildManager : Microsoft.Build.Execution.BuildManager
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.BuildManager : Microsoft.Build.Execution.BuildManager
Public ReadOnly Property BuildManager As BuildManager
Property Value
The build manager this build submission is associated with.
- Attributes