Get/set the help URL for the control
[Visual Basic] Property HelpURL As String [C#] string HelpURL { get; set; } [C++] __property String* get_HelpURL(); __property void set_HelpURL(String* ); [JScript] function get HelpURL() : String function set HelpURL(String);
IDPLControl Interface | Portrate.Interview.Model Namespace