LastSaveTime Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation LastSaveTime Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSummaryInfoLastSaveTime
Gets or sets the LastSaveTime summary information property.
Declaration Syntax
C# Visual Basic Visual C++ F#
public DateTime LastSaveTime { get; set; }
Public Property LastSaveTime As DateTime
	Get
	Set
public:
property DateTime LastSaveTime {
	DateTime get ();
	void set (DateTime value);
}
member LastSaveTime : DateTime with get, set
Property Value
Remarks

The LastSaveTime summary information property conveys when the last time the installer database was modified. Each time a user changes an installation the value for this summary property is updated to the current system time/date at the time the installer database was saved. Initially the value for this summary property is set to null to indicate that no changes have yet been made.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)