Identity Property
An identifier for cases when a file needs to bo uploaded in multiple parts. In these cases, a random GUID should be created, and that GUId value shouyld used for all upload calls. This value does not need to be set in cases were the entire file is uploaded in one part.
Syntax
public System.Guid Identity {get; set;}Public Property Identity As System.Guid