Share via


DataCacheItem.RegionName Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

If applicable, the name of the region where the object is stored.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Property RegionName As String
'Usage
Dim instance As DataCacheItem
Dim value As String

value = instance.RegionName
public string RegionName { get; }
public:
property String^ RegionName {
    String^ get ();
}
/** @property */
public String get_RegionName ()
public function get RegionName () : String

Property Value

A string value that represents, if applicable, the name of the region where the object is stored.

Remarks

The DataCacheItem class is especially useful for updating tags associated with the object and concurrency operations. For more information, see Tag-Based Methods (Velocity) and Concurrency Methods (Velocity).

See Also

Reference

DataCacheItem Class
DataCacheItem Members
Microsoft.Data.Caching Namespace