IPublishProperties3.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 a value that indicates whether to generate the bootstrapping application.
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
to generate the bootstrapping application; otherwise, false
.
Implements
- Attributes