IPublishProperties::PublishUrl Property

 

Gets or sets the URL to which the application will be deployed.

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

[DispIdAttribute(16)]
property String^ PublishUrl {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The URL to which the application will be deployed.

Return to top
Show: