Back to product page

End property


Holds ending position of the part in the file.

Type

Long

Syntax

  • Basic
object.End [= value]
The End(object,value) syntax has these parts:
objectAn expression evaluating to an object of type WebRequestUploadPart
valueA Long value.

Remarks

This property holds ending position of the part in the Request.Body (or, if accessed via Request.Filename property), in case you want to access this part from external source.

Platforms

Windows