Gets 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; }
Public ReadOnly Property LastModificationDate() As Nullable(Of System.DateTime)

Limitations

Read only.