Gets the read count.

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

Syntax

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

Field Value

The read count.

See Also