Gets or sets the date the file was last modified. When a document is saved and this property is null, the modification date of the embedded file is set to the modification date of the containing document.

Syntax

public System.DateTime? LastModificationDate { get; set; }
Public Property LastModificationDate() As Nullable(Of System.DateTime)