Share via


FileSearch.LastModified Property

Returns or sets a constant that represents the amount of time since the specified file was last modified and saved.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property LastModified As MsoLastModified
    Get
    Set
'Usage
Dim instance As FileSearch
Dim value As MsoLastModified

value = instance.LastModified

instance.LastModified = value
MsoLastModified LastModified { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoLastModified
The default value is msoLastModifiedAnyTime.

See Also

Reference

FileSearch Interface

FileSearch Members

Microsoft.Office.Core Namespace