LastSaveTime Property

Microsoft Deployment Tools

Deployment Tools Foundation LastSaveTime Property
Gets or sets the LastSaveTime summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public DateTime LastSaveTime { get; set; }
Public Property LastSaveTime As DateTime
public:
property DateTime LastSaveTime {
	DateTime get ();
	void set (DateTime 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) Version: 3.0.0.0 (3.5.1623.0)