Gets the cache region name.

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

Syntax

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

Implements

ICacheConcurrencyStrategy..::..RegionName

See Also