Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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