CacheEntryUpdateArguments::RegionName Property

.NET Framework (current version)
 

Gets the name of a region in the cache that contains a cache entry.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property String^ RegionName {
	String^ get();
}

Property Value

Type: System::String^

The name of a region in the cache. If regions are not used, this value is null.

.NET Framework
Available since 4.0
Return to top
Show: