SPUserCodeCachedAssemblyGroup.LastAccessedTime property

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

SPUserCodeCachedAssemblyGroup members

Microsoft.SharePoint.Administration namespace