Delen via


DataRuleProperties.HelpUrl Property

Gets the Uniform Resource Identifier (URI) for the Help file with information about this data rule.

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

Syntax

'Declaration
Public Property HelpUrl As Uri
public Uri HelpUrl { get; private set; }
public:
property Uri^ HelpUrl {
    Uri^ get ();
    private: void set (Uri^ value);
}
member HelpUrl : Uri with get, private set
function get HelpUrl () : Uri
private function set HelpUrl (value : Uri)

Property Value

Type: System.Uri
A Uri that contains the URL for the Help file of the data rule.

.NET Framework Security

See Also

Reference

DataRuleProperties Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

DataRule