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

适用于