PartialDownloadRetained property

Checks whether a partial download was retained during the last synchronization.

Syntax
Visual Basic
Public Readonly Property PartialDownloadRetained As Boolean
C#
public bool PartialDownloadRetained { get;}
Property value

True if a download was interrupted and the partial download was retained, false if the download was not interrupted or if the partial download was rolled back.

See also