The cache region.

Namespace: NHibernate.Cfg.ConfigurationSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string Region { get; }
Visual Basic
Public ReadOnly Property Region As String
	Get
Visual C++
public:
property String^ Region {
	String^ get ();
}

Remarks

If null or empty the Class is used during configuration.

See Also