UpdateDisplayTotalBytes Property |
Gets the total bytes to be downloaded. This value is cummulative for updates in a chain of updates.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic long TotalBytes { get; set; }
Public Property TotalBytes As Long
Get
Set
public:
property long long TotalBytes {
long long get ();
void set (long long value);
}
member TotalBytes : int64 with get, set
Property Value
Type:
Int64
See Also