BuildParameters.ProjectIsolationMode 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 or sets a value indicating the isolation mode to use.
public:
property Microsoft::Build::Execution::ProjectIsolationMode ProjectIsolationMode { Microsoft::Build::Execution::ProjectIsolationMode get(); void set(Microsoft::Build::Execution::ProjectIsolationMode value); };
public Microsoft.Build.Execution.ProjectIsolationMode ProjectIsolationMode { get; set; }
member this.ProjectIsolationMode : Microsoft.Build.Execution.ProjectIsolationMode with get, set
Public Property ProjectIsolationMode As ProjectIsolationMode