PartUploadId Property
The Id of the multipart upload associated with this part.
Syntax
__property String PartUploadId[int PartIndex] = {read=FPartUploadId, write=FSetPartUploadId};
Default Value
""
Remarks
The Id of the multipart upload associated with this part.
The size of the array is controlled by the PartCount property.
This property is read-only and not available at design time.
Data Type
String