Gets the value that specified a number of form fields.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0

Syntax

C#
public override int Count { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property Count As Integer

Field Value

Type: System..::.Int32
The integer value that specified a number of form fields.

Implements

ICollection..::.Count

See Also