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 null Nothing nullptr unit null 참조(Visual Basic에서는 Nothing) .