Share via


BootstrapperBuilder.Products Property

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

Gets all products available at the current bootstrapper Path.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public ReadOnly Property Products As ProductCollection
public ProductCollection Products { get; }
public:
virtual property ProductCollection^ Products {
    ProductCollection^ get () sealed;
}
abstract Products : ProductCollection with get 
override Products : ProductCollection with get
final function get Products () : ProductCollection

Property Value

Type: Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection
All products available at the current bootstrapper Path.

Implements

IBootstrapperBuilder.Products

.NET Framework Security

See Also

Reference

BootstrapperBuilder Class

Microsoft.Build.Tasks.Deployment.Bootstrapper Namespace