Gets the name of the cache region

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

Syntax

Visual Basic (Declaration)
ReadOnly Property RegionName As String
C#
string RegionName { get; }
Visual C++
property String^ RegionName {
	String^ get ();
}
JavaScript
function get_regionName();

See Also