Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.