ProgressEventArgs.Total Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The total number of bytes of content that will be transferred during the operation. If the total size is unknown, this value is zero.
public:
property long Total { long get(); void set(long value); };
public long Total { get; set; }
member this.Total : int64 with get, set
Public Property Total As Long