The cumulative number of bytes that have been processed in the Archive collection during the current operation.
Public Property ProcessedTotalBytes As Long
Dim instance As ProgressEventArgs
Dim value As Long
instance.ProcessedTotalBytes = value
value = instance.ProcessedTotalBytes
public long ProcessedTotalBytes {get; set;}
public: __property long get_ProcessedTotalBytes();
public: __property void set_ProcessedTotalBytes(
long value
);
public:
property int64 ProcessedTotalBytes {
int64 get();
void set ( int64 value);
}
Property Value
A long representing the total bytes that have been processed in the Archive collection during the current operation.