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