DownloadUpdateProgressChangedEventArgsTotalBytes Property |
Gets the total number of bytes to be downloaded, or -1 if the total is unknown.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic long TotalBytes { get; }
Public ReadOnly Property TotalBytes As Long
Get
public:
property long long TotalBytes {
long long get ();
}
member TotalBytes : int64 with get
Property Value
Type:
Int64The total number of bytes to be downloaded, or -1 if the total is unknown.
Remarks
See Also