IPublishProperties.BootstrapperEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the bootstrapper should be generated.
public:
property bool BootstrapperEnabled { bool get(); void set(bool value); };
public:
property bool BootstrapperEnabled { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(5)]
public bool BootstrapperEnabled { get; set; }
[<System.Runtime.InteropServices.DispId(5)>]
member this.BootstrapperEnabled : bool with get, set
Public Property BootstrapperEnabled As Boolean
Property Value
true
if the bootstrapper should be generated.
- Attributes