Propriedade DataRuleProperties.HelpKeyword

Obtém a palavra-chave da Ajuda para a regra de dados.

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

Sintaxe

'Declaração
Public Property HelpKeyword As String
    Get
    Private Set
public string HelpKeyword { get; private set; }
public:
property String^ HelpKeyword {
    String^ get ();
    private: void set (String^ value);
}
member HelpKeyword : string with get, private set
function get HelpKeyword () : String
private function set HelpKeyword (value : String)

Valor de propriedade

Tipo: System.String
A string que contém a palavra-chave de ajuda para a regra de dados.

Segurança do .NET Framework

Consulte também

Referência

DataRuleProperties Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis

DataRule