CacheItem.RegionName Property

Definition

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

public:
 property System::String ^ RegionName { System::String ^ get(); void set(System::String ^ value); };
public string RegionName { get; set; }
member this.RegionName : string with get, set
Public Property RegionName As String

Property Value

The name of a region in a cache. The default is null.

Applies to