Click or drag to resize
UpdateInformationFileSize Property
Gets the size, in bytes, of the update package file.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public long FileSize { get; }

Property Value

Type: Int64
The size, in bytes, of the update package file represented by the UpdateInformation.
See Also