Partager via


HelpLink propriété

Obtient ou définit l'URL d'une page d'aide comportant des informations sur l'exception.

Espace de noms :  Microsoft.Synchronization.Data
Assembly :  Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)

Syntaxe

'Déclaration
Public Property HelpLink As String
    Get
    Set
'Utilisation
Dim instance As DbSyncException
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 la propriété

Type : System. . :: . .String
URL d'une page d'aide.

Voir aussi

Référence

DbSyncException Classe

Membres DbSyncException

Espace de noms Microsoft.Synchronization.Data