Gets or sets the maximum number of parallel uploads.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

C#
public int ConcurrentUploads { get; set; }
Visual Basic (Declaration)
Public Property ConcurrentUploads As Integer
Visual C++
public:
property int ConcurrentUploads {
	int get ();
	void set (int value);
}

Field Value

Number of concurrent uploads.

See Also