SPSiteInfo.LastContentChange property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LastContentChange As DateTime
Get
Friend Set
'Usage
Dim instance As SPSiteInfo
Dim value As DateTime
value = instance.LastContentChange
public DateTime LastContentChange { get; internal set; }
Property value
Type: System.DateTime