Gets the cache region name.

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

Syntax

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

Implements

ICacheConcurrencyStrategy..::.RegionName

See Also