Gets or sets the URL of help page opening at help button click.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

Syntax

C#
public string HelpUrl { get; set; }
Visual Basic
Public Property HelpUrl As String
	Get
	Set
Visual C++
public:
property String^ HelpUrl {
	String^ get ();
	void set (String^ value);
}

Field Value

URL of help page opening at help button click.

See Also