IPublishProperties2::InstallUrl Property

 

Gets or sets the URL from which the user should install the application.

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

[DispIdAttribute(11)]
property String^ InstallUrl {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The URL from which the user should install the application.

Return to top
Show: