Partager via


DataRuleAttribute.HelpUrl, propriété

Obtient ou définit l'URL du fichier d'aide.

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

Syntaxe

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

Valeur de propriété

Type : System.String
string contenant le chemin d'accès et le nom de fichier du fichier d'aide.

Sécurité .NET Framework

Voir aussi

Référence

DataRuleAttribute Classe

Microsoft.Data.Schema.StaticCodeAnalysis, espace de noms

HelpKeyword