Project.ParentEngine Property

Definition

Gets the Engine that builds the project.

public:
 property Microsoft::Build::BuildEngine::Engine ^ ParentEngine { Microsoft::Build::BuildEngine::Engine ^ get(); };
public Microsoft.Build.BuildEngine.Engine ParentEngine { get; }
member this.ParentEngine : Microsoft.Build.BuildEngine.Engine
Public ReadOnly Property ParentEngine As Engine

Property Value

The parent Engine object.

Applies to