LastWriteTime Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation LastWriteTime Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveFileInfoLastWriteTime
Gets the last modification time of the file.
Declaration Syntax
C# Visual Basic Visual C++
public DateTime LastWriteTime { get; }
Public ReadOnly Property LastWriteTime As DateTime
	Get
public:
property DateTime LastWriteTime {
	DateTime get ();
}
Property Value
DateTime
The last modification time of the file as stored in the archive.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)