Skip to main content

BootstrapperApplicationFactoryAttribute Class

Identifies the bootstrapper application factory class.

Properties

PropertyDescription
BootstrapperApplicationFactoryTypeGets the type of the bootstrapper application factory class to create.

Remarks

This required assembly attribute identifies the bootstrapper application factory class. WixToolset.Mba.Core.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

BootstrapperApplicationFactoryType Property

Gets the type of the bootstrapper application factory class to create.

Declaration

public System.Type BootstrapperApplicationFactoryType { get; set; }