UpdateInformation.HistoricalSummary Property

Gets the historical summary text for the update, including summaries for all updates between the current version and the update's version.

[Visual Basic]

Public ReadOnly Property HistoricalSummary As String

[C#]

public string HistoricalSummary {get;}

Property Value

The historical summary text for the update.

Remarks

This property is created by appending all summaries from updates between the control's version and this update's Version together, separated by blank lines.

See Also

UpdateInformation Class | UpdateInformation Members | Kjs.AppLife.Update.Web Namespace