IPublishProperties3.ErrorReportUrl 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 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