IPublishProperties::SupportUrl Property

 

Gets or sets the URL to which users can go for support.

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

[DispIdAttribute(19)]
property String^ SupportUrl {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The URL to which users can go for support.

Return to top
Show: