GenerateDeploymentManifest.ErrorReportUrl Property

Definition

Gets or sets the URL of the Web page that is displayed in dialog boxes during ClickOnce installations.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ ErrorReportUrl { System::String ^ get(); void set(System::String ^ value); };
public string ErrorReportUrl { get; set; }
public string ErrorReportUrl { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ErrorReportUrl : string with get, set
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ErrorReportUrl : string with get, set
Public Property ErrorReportUrl As String

Property Value

A string that represents the URL of a Web page.

Attributes

Remarks

Specifies a Web page to be displayed in dialog boxes that are displayed during ClickOnce installations.

Applies to