Share via


SPSearchResult.DateLastModified property

Deprecated. Gets the time stamp that indicates when the item was last modified.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property DateLastModified As DateTime
    Get
'Usage
Dim instance As SPSearchResult
Dim value As DateTime

value = instance.DateLastModified
public DateTime DateLastModified { get; }

Property value

Type: System.DateTime
A System.DateTime object that indicates when the item was last modified.

See also

Reference

SPSearchResult class

SPSearchResult members

Microsoft.SharePoint namespace