Click or drag to resize
IFormCollection Properties

The IFormCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of form items.
Public propertyFiles
Gets collection of files within the form.
Public propertyItem
Gets value of the form item specified by key.
Public propertyKeys
Gets collection containing name keys of the form.
Top
See Also