| IFormCollection Properties | 
The IFormCollection type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Count | 
            Gets the number of form items.
             | 
|  | Files | 
            Gets collection of files within the form.
             | 
|  | Item | 
            Gets value of the form item specified by key.
             | 
|  | Keys | 
            Gets collection containing name keys of the form.
             | 
 See Also
See Also