IPublishProperties::BootstrapperEnabled Property

 

Gets or sets whether the bootstrapper should be generated.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(5)]
property bool BootstrapperEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the bootstrapper should be generated.

Return to top
Show: