LastPrintTime Property

Microsoft Deployment Tools

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
public:
property DateTime LastPrintTime {
	DateTime get ();
	void set (DateTime 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) Version: 3.0.0.0 (3.5.1623.0)