Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the date and time that an item in this PublishingWeb object was last modified.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property LastModifiedDate As DateTime
Get
'Usage
Dim instance As PublishingWeb
Dim value As DateTime
value = instance.LastModifiedDate
public DateTime LastModifiedDate { get; }
Property Value
Type: System.DateTime
The date and time that an item in this PublishingWeb object was last modified.
Remarks
This property wraps the LastItemModifiedDate property.