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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.