FunctionDefinitionHelpUri Property  | 
 
            Gets a URI to a web page which provides documentation about the function.
            
 
    Namespace: 
   Dundas.BI.Data.Functions
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic virtual Uri? HelpUri { get; }Public Overridable ReadOnly Property HelpUri As Uri
	Get
public:
virtual property Uri^ HelpUri {
	Uri^ get ();
}abstract HelpUri : Uri with get
override HelpUri : Uri with get
Property Value
Type: 
Uri
            A URI pointing to a web page which provides documentation about the function,
            or 
 if there is no associated help web page.
            
See Also