Gets the cache region name.

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

Syntax

C#
string RegionName { get; }
Visual Basic
ReadOnly Property RegionName As String
	Get
Visual C++
property String^ RegionName {
	String^ get ();
}

See Also