BootstrapperApplicationFactoryAttribute Class
Identifies the bootstrapper application factory class.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| BootstrapperApplicationFactoryType | Gets the type of the bootstrapper application factory class to create. |
Remarks
Section titled “Remarks”This required assembly attribute identifies the bootstrapper application factory class.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040
BootstrapperApplicationFactoryType Property
Section titled “BootstrapperApplicationFactoryType Property”Gets the type of the bootstrapper application factory class to create.
Declaration
Section titled “Declaration”public System.Type BootstrapperApplicationFactoryType { get; set; }