Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GetManifestCompletedEventArgs::SupportUri Property

 

Gets the location of a Web page users can visit to obtain product support for the ClickOnce application.

Namespace:   System.Deployment.Application
Assembly:  System.Deployment (in System.Deployment.dll)

public:
property Uri^ SupportUri {
	Uri^ get();
}

Property Value

Type: System::Uri^

A Uri containing the value found in the supportUrl attribute of the deployment manifest's <description> tag. For more information, see ClickOnce Deployment Manifest.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft