ExceptionMessageBox.HelpLink Property

Definition

Gets or sets the link to the help file or help Web page associated with the top-level message.

public:
 property System::String ^ HelpLink { System::String ^ get(); void set(System::String ^ value); };
public string HelpLink { get; set; }
member this.HelpLink : string with get, set
Public Property HelpLink As String

Property Value

A String URL value.

Remarks

This string must be in the form of a URL.

The default value is null.

Applies to