DataRuleAttribute.HelpUrl 属性

获取或设置帮助文件的 URL。

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

语法

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

属性值

类型:System.String
一个 string,其中包含帮助文件的路径和文件名。

.NET Framework 安全性

请参见

参考

DataRuleAttribute 类

Microsoft.Data.Schema.StaticCodeAnalysis 命名空间

HelpKeyword