ExceptionDetail.HelpLink Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le lien d'aide de l'exception passée au constructeur.
public:
property System::String ^ HelpLink { System::String ^ get(); void set(System::String ^ value); };
public:
property System::String ^ HelpLink { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string HelpLink { get; set; }
[System.Runtime.Serialization.DataMember]
public string HelpLink { get; }
[<System.Runtime.Serialization.DataMember>]
member this.HelpLink : string with get, set
[<System.Runtime.Serialization.DataMember>]
member this.HelpLink : string
Public Property HelpLink As String
Public ReadOnly Property HelpLink As String
Valeur de propriété
Informations sur le lien d'aide de l'exception.
- Attributs
Remarques
La valeur de retour, qui représente un fichier d'aide, est une adresse URN ou URL.