GetManifestCompletedEventArgs.SupportUri Property

Definition

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 : Uri
Public ReadOnly Property SupportUri As Uri

Property Value

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.

Applies to