Share via


BootstrapperBuilder.Products Property

Definition

Returns all products available at the current bootstrapper Path

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

public:
 property Microsoft::Build::Tasks::Deployment::Bootstrapper::ProductCollection ^ Products { Microsoft::Build::Tasks::Deployment::Bootstrapper::ProductCollection ^ get(); };
public Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection Products { get; }
member this.Products : Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection
Public ReadOnly Property Products As ProductCollection

Property Value

All products available at the current bootstrapper Path.

Implements

Applies to