DataRuleAttribute.HelpKeyword 属性

获取或设置一个关键字,使用该关键字可将规则与帮助文件中的特定页联系在一起。

命名空间:  Microsoft.Data.Schema.StaticCodeAnalysis
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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)

属性值

类型:System.String
一个包含“帮助”关键字的 string,使用该关键字可将规则与由 HelpUrl 标识的帮助文件中的特定页联系在一起。

.NET Framework 安全性

请参见

参考

DataRuleAttribute 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间

HelpUrl