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 Get Set
public: property DateTime LastSaveTime { DateTime get (); void set (DateTime value); }
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.9.1006.0)