IPublishProperties::UpdateUrl Property

 

Gets or sets the URL to use to check for future updates.

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

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

Property Value

Type: System::String^

The URL to use to check for future updates.

Return to top
Show: