Get the cache item last modified time

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public DateTime LastModifiedTime { get; }
Visual Basic
Public ReadOnly Property LastModifiedTime As DateTime
	Get
Visual C++
public:
property DateTime LastModifiedTime {
	DateTime get ();
}

See Also