CheckForUpdateCompletedEventArgs.UpdateSizeBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of the available update.
public:
property long UpdateSizeBytes { long get(); };
public long UpdateSizeBytes { get; }
member this.UpdateSizeBytes : int64
Public ReadOnly Property UpdateSizeBytes As Long
Property Value
An Int64 describing the size, in bytes, of the available update. If no update is available, returns 0.