This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the last accessed time.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public LastAccessedTime { get; } |
Visual Basic (Declaration) | Copy Code |
---|---|
Public ReadOnly Property LastAccessedTime As Get |
Field Value
Gets the last accessed time.Remarks
The set is present for testing purposes only. Should not be called by application code
See Also
CacheItem Class
Smartsite.Tools.Caching Namespace