IsComplete Property
Used to indicate that a file upload is complete. For cases where the entire file is uploaded in a single part, this value is always true. For cases where the file is uploaded across multiple parts, this value is true for the last part and false for all other parts.
Syntax
public System.bool IsComplete {get; set;}Public Property IsComplete As System.Boolean