PublishingWeb.LastModifiedDate property

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.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace