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