SPSite.LastSecurityModifiedDate property
Gets the date and time in Coordinated Universal Time (UTC) when security on the site was last changed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LastSecurityModifiedDate As DateTime
Get
'Usage
Dim instance As SPSite
Dim value As DateTime
value = instance.LastSecurityModifiedDate
public DateTime LastSecurityModifiedDate { get; }
Property value
Type: System.DateTime
A System.DateTime object that contains the date and time when the security was last changed.