Back to product page

Count property


Holds total number of uploaded parts.

Type

Integer

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn expression evaluating to an object of type WebRequestUploads

Remarks

This property returns total number of parts in the collection. You can access specific part using Item property.

Platforms

Windows