←Select platform

RegionName Property

Summary

Name of the region in the cache for this CacheItem.

Syntax
C#
VB
C++
public string RegionName { get; set; } 
Public Property RegionName() As String 
   Get 
   Set 
public:  
   property String^ RegionName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The name of the region in the cache for this CacheItem. Default value is null.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly