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 when this user assembly group was last accessed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LastAccessedTime As DateTime
Get
'Usage
Dim instance As SPUserCodeCachedAssemblyGroup
Dim value As DateTime
value = instance.LastAccessedTime
public DateTime LastAccessedTime { get; }
Property value
Type: System.DateTime
The last accessed date and time of the user assembly group.
See also
Reference
SPUserCodeCachedAssemblyGroup class