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: