IPublishProperties3::UpdateUrl Property

 

Gets or sets the uniform resource identifier (URI) for updates for the application.

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

[DispIdAttribute(28)]
property String^ UpdateUrl {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The URI for updates for the application.

Return to top
Show: