Gets or sets the maximum number of parallel uploads.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public int ConcurrentUploads { get; set; } |
| Visual Basic |
|---|
Public Property ConcurrentUploads As Integer Get Set |
| Visual C++ |
|---|
public: property int ConcurrentUploads { int get (); void set (int value); } |