IBuildSettings.ComponentsLocation Property

Definition

Specifies the install time location for bootstrapper components

public:
 property Microsoft::Build::Tasks::Deployment::Bootstrapper::ComponentsLocation ComponentsLocation { Microsoft::Build::Tasks::Deployment::Bootstrapper::ComponentsLocation get(); void set(Microsoft::Build::Tasks::Deployment::Bootstrapper::ComponentsLocation value); };
public Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation ComponentsLocation { get; set; }
member this.ComponentsLocation : Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation with get, set
Public Property ComponentsLocation As ComponentsLocation

Property Value

The installation location (ComponentsLocation) for bootstrapper components.

Applies to