FileSearch.LastModified Property

Definition

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

public:
 property Microsoft::Office::Core::MsoLastModified LastModified { Microsoft::Office::Core::MsoLastModified get(); void set(Microsoft::Office::Core::MsoLastModified value); };
public Microsoft.Office.Core.MsoLastModified LastModified { get; set; }
member this.LastModified : Microsoft.Office.Core.MsoLastModified with get, set
Public Property LastModified As MsoLastModified

Property Value

The default value is msoLastModifiedAnyTime.

Applies to