How many times has this structure been accessed through this reference?

Namespace: NHibernate.Id.Enhanced
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
int TimesAccessed { get; }
Visual Basic
ReadOnly Property TimesAccessed As Integer
	Get
Visual C++
property int TimesAccessed {
	int get ();
}

See Also