BootstrapperApplicationFactoryAttribute Class
Identifies the bootstrapper application factory class.
Properties
| Property | Description |
|---|---|
| BootstrapperApplicationFactoryType | Gets 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.6+73c897383236ddbbbc6ba257634013c1269ceec2
BootstrapperApplicationFactoryType Property
Gets the type of the bootstrapper application factory class to create.
Declaration
public System.Type BootstrapperApplicationFactoryType { get; set; }