Condividi tramite


Proprietà DataSchemaError.HelpKeyword

Ottiene o imposta la parola per connettere l'errore alla documentazione della Guida.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Property HelpKeyword As String
    Get
    Set
public string HelpKeyword { get; set; }
public:
property String^ HelpKeyword {
    String^ get ();
    void set (String^ value);
}
member HelpKeyword : string with get, set
function get HelpKeyword () : String
function set HelpKeyword (value : String)

Valore proprietà

Tipo: System.String
Parola chiave della Guida.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaError Classe

Spazio dei nomi Microsoft.Data.Schema