DataRuleAttribute.HelpUrl (Propiedad)

Obtiene o establece la dirección URL para el archivo de ayuda.

Espacio de nombres:  Microsoft.Data.Schema.StaticCodeAnalysis
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Un valor de tipo string que contiene la ruta de acceso y el nombre de archivo del archivo de Ayuda.

Seguridad de .NET Framework

Vea también

Referencia

DataRuleAttribute Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)

HelpKeyword