MSBuild.UnloadProjectsOnCompletion Property

Definition

If true the project will be unloaded once the operation is completed

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool UnloadProjectsOnCompletion { bool get(); void set(bool value); };
public bool UnloadProjectsOnCompletion { get; set; }
public bool UnloadProjectsOnCompletion { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.UnloadProjectsOnCompletion : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.UnloadProjectsOnCompletion : bool with get, set
Public Property UnloadProjectsOnCompletion As Boolean

Property Value

true if the project will be unloaded once the operation is completed; otherwise, false. This property is no longer used in version 4.0

Attributes

Applies to