DataCacheItem.RegionName Property

 

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

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public string RegionName { get; internal set; }
public:
property String^ RegionName {
    String^ get();
    internal: void set(String^ value);
}
member RegionName : string with get, internal set
Public Property RegionName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

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. Tags are not supported in Windows Azure Shared Caching.

See Also

DataCacheItem Class
Microsoft.ApplicationServer.Caching Namespace

Return to top