ProgressEventArgs.Total Property

Definition

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

Property Value

Applies to