LastPrintTime Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation LastPrintTime Property
Gets or sets the LastPrintTime summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public DateTime LastPrintTime { get; set; }
Public Property LastPrintTime As DateTime
	Get
	Set
public:
property DateTime LastPrintTime {
	DateTime get ();
	void set (DateTime value);
}
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.9.1006.0)