Partager via


Propriété HelpLink

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

Espace de noms :  Microsoft.SqlServer.MessageBox
Assembly :  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Syntaxe

'Déclaration
Public Property HelpLink As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String
A String URL value.

Notes

This string must be in the form of a URL.

The default value is null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) .