Gets or sets the cache region name.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public string CacheRegionName { get; set; } |
| Visual Basic |
|---|
Public Property CacheRegionName As String Get Set |
| Visual C++ |
|---|
public: property String^ CacheRegionName { String^ get (); void set (String^ value); } |