Deployment Tools Foundation
LastPrintTime Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► SummaryInfo ► LastPrintTime
Gets or sets the LastPrintTime summary information property.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public DateTime LastPrintTime { get; set; }
Public Property LastPrintTime As DateTime Get Set
public: property DateTime LastPrintTime { DateTime get (); void set (DateTime value); }
member LastPrintTime : DateTime with get, set
Property Value
Remarks
The LastPrintTime summary information property can be set to the date and time during an administrative installation to record when the administrative image was created. For non-administrative installations this property is the same as the CreateTime summary information property.
Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)