Gets the number of UploadedFile class instance that is containing in the UploadedFileCollection.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0
Syntax
| C# |
|---|
public override int Count { get; } |
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property Count As Integer |
Field Value
Type: System..::.Int32The number of UploadedFile objects which are contained in the UploadedFileCollection.
