IBootstrapperPackage::Install Property

 

Gets or sets whether or not this package should be installed.

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

[DispIdAttribute(3)]
property bool Install {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the package should be installed.

Return to top
Show: