Product Class

Definition

This class represents a product in the found by the BootstrapperBuilder in the Path property.

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

public ref class Product : Microsoft::Build::Tasks::Deployment::Bootstrapper::IProduct
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("532BF563-A85D-4088-8048-41F51AC5239F")]
public class Product : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("532BF563-A85D-4088-8048-41F51AC5239F")>]
type Product = class
    interface IProduct
Public Class Product
Implements IProduct
Inheritance
Product
Attributes
Implements

Constructors

Product()

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

Initializes a new instance of the Product class.

Properties

Includes

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

All products which this product also installs

Name

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

A human-readable name for this product

ProductBuilder

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

The ProductBuilder representation of this Product

ProductCode

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

A string specifying the unique identifier of this product

Applies to