다음을 통해 공유


SPCachedObject.LastUpdateTime Property

Gets the latest time when the current SPCachedObject was updated.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public ReadOnly Property LastUpdateTime As DateTime
    Get
'Usage
Dim instance As SPCachedObject
Dim value As DateTime

value = instance.LastUpdateTime
public DateTime LastUpdateTime { get; }

Property Value

Type: System.DateTime
Returns DateTime.

See Also

Reference

SPCachedObject Class

SPCachedObject Members

Microsoft.Office.Server.ObjectCache Namespace