GetManifestCompletedEventArgs.SupportUri Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location of a Web page users can visit to obtain product support for the ClickOnce application.
public:
 property Uri ^ SupportUri { Uri ^ get(); };public Uri SupportUri { get; }member this.SupportUri : UriPublic ReadOnly Property SupportUri As UriProperty Value
A Uri containing the value found in the supportUrl attribute of the deployment manifest's <description> tag. For more information, see ClickOnce Deployment Manifest.