Propriedade DataRuleAttribute.HelpUrl

Obtém ou define o URL para o arquivo de Ajuda.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
A string que contém o caminho e o nome do arquivo de Ajuda.

Segurança do .NET Framework

Consulte também

Referência

DataRuleAttribute Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis

HelpKeyword