UpdateInformationFileSize Property |
Gets the size, in bytes, of the update package file.
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 FileSize { get; }
Public ReadOnly Property FileSize As Long
Get
public:
property long long FileSize {
long long get ();
}
member FileSize : int64 with get
Property Value
Type:
Int64The size, in bytes, of the update package file represented by the
UpdateInformation.
See Also