IPublishProperties::Install Property

 

Gets or sets whether to install the application on the user's machine.

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

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

Property Value

Type: System::Boolean

true to install the application on the user's machine.

Return to top
Show: