Gets or sets a value indicating whether free mode is enable.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

C#
public bool FreeMode { get; set; }
Visual Basic (Declaration)
Public Property FreeMode As Boolean
Visual C++
public:
property bool FreeMode {
	bool get ();
	void set (bool value);
}

Field Value

true if enable free mode; otherwise, false.

See Also