IPublishProperties2::DisallowUrlActivation Property

 

Gets or sets whether to run the application after installation

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

[DispIdAttribute(8)]
property bool DisallowUrlActivation {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the application should be started after installation.

Return to top
Show: