Sdílet prostřednictvím


IPublishProperties3.ErrorReportUrl Property

Definition

Gets or sets the uniform resource identifier (URI) to which the installer will post information if the application installation fails.

public:
 property System::String ^ ErrorReportUrl { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ErrorReportUrl { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(34)]
public string ErrorReportUrl { get; set; }
[<System.Runtime.InteropServices.DispId(34)>]
member this.ErrorReportUrl : string with get, set
Public Property ErrorReportUrl As String

Property Value

The URI to which the installer will post information if the application installation fails.

Attributes

Applies to