[Missing <summary> documentation for "P:NHibernate.Stat.StatisticsImpl.IsStatisticsEnabled"]

Namespace: NHibernate.Stat
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool IsStatisticsEnabled { get; set; }
Visual Basic
Public Property IsStatisticsEnabled As Boolean
	Get
	Set
Visual C++
public:
virtual property bool IsStatisticsEnabled {
	bool get () sealed;
	void set (bool value) sealed;
}

Implements

IStatistics..::..IsStatisticsEnabled

See Also