←Select platform

RegionName Property

Summary

Cache region name of the item that has been expired.

Syntax

C#
VB
Java
C++
public string RegionName { get; } 
Public ReadOnly Property RegionName() As String 
   Get 
public:  
   property String^ RegionName 
   { 
      String^ get() 
   } 
public String getRegionName() 

Property Value

The region name of the item that has been expired. This value can be null if the item did not have a region in the cache.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly