다음을 통해 공유


ExceptionMessageBox.HelpLink 속성

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

네임스페이스:  Microsoft.SqlServer.MessageBox
어셈블리:  Microsoft.ExceptionMessageBox(Microsoft.ExceptionMessageBox.dll)

구문

‘선언
Public Property HelpLink As String 
    Get 
    Set
‘사용 방법
Dim instance As ExceptionMessageBox 
Dim value As String 

value = instance.HelpLink

instance.HelpLink = value
public string HelpLink { get; set; }
public:
property String^ HelpLink {
    String^ get ();
    void set (String^ value);
}
member HelpLink : string with get, set
function get HelpLink () : String 
function set HelpLink (value : String)

속성 값

유형: System.String
A String URL value.

주의

This string must be in the form of a URL.

The default value is nullnull 참조(Visual Basic에서는 Nothing).

참고 항목

참조

ExceptionMessageBox 클래스

Microsoft.SqlServer.MessageBox 네임스페이스