Gets the cache region name.
Namespace:
NHibernate.CacheAssembly: 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(); |