Gets or sets the URL of help page opening at help button click.
Namespace:
UltimateUploaderAssembly: UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)
Syntax
C# |
---|
public string HelpUrl { get; set; } |
Visual Basic (Declaration) |
---|
Public Property HelpUrl As String |
Visual C++ |
---|
public: property String^ HelpUrl { String^ get (); void set (String^ value); } |