Gets the date time the item was last read or written.

Namespace: FirstFloor.Documents.IO.Caching
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public DateTime LastAccess { get; internal set; }
Visual Basic
Public Property LastAccess As DateTime
	Get
	Friend Set
Visual C++
public:
property DateTime LastAccess {
	DateTime get ();
	internal: void set (DateTime value);
}

Field Value

The last access.

See Also