PhysicalFileResultExecutor.FileMetadata.LastModified Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When the file was last modified.
public:
 property DateTimeOffset LastModified { DateTimeOffset get(); void set(DateTimeOffset value); };public DateTimeOffset LastModified { get; set; }member this.LastModified : DateTimeOffset with get, setPublic Property LastModified As DateTimeOffset