ExceptionMessageBox.HelpLink 属性

定义

获取或设置与顶层消息关联的帮助文件或帮助网页的链接。

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

属性值

一个 String URL值。

注解

该字符串必须以URL的形式出现。

默认值为 null

适用于