Area.LastModified Property
NOTE: This API is now obsolete.
Gets the date on which the area 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 Area
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 area was last modified.