Is it an instrumented POCO?

Namespace: NHibernate.Tuple.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsInstrumented { get; }
Visual Basic
ReadOnly Property IsInstrumented As Boolean
	Get
Visual C++
property bool IsInstrumented {
	bool get ();
}

See Also