AreaListing.LastModified Property

NOTE: This API is now obsolete.

Gets the date on which the listing was last modified.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property LastModified As DateTime
    Get
'Usage
Dim instance As AreaListing
Dim value As DateTime

value = instance.LastModified
[ObsoleteAttribute("This class is obsolete.")]
public DateTime LastModified { get; }

Property Value

Type: System.DateTime
System.DateTime value that represents the date on which the listing was last modified.

See Also

Reference

AreaListing Class

AreaListing Members

Microsoft.SharePoint.Portal.SiteData Namespace