DataCacheItemKey.Region Property

 

The region of the cache item.

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

Syntax

public string Region { get; }
public:
property String^ Region {
    String^ get();
}
member Region : string with get
Public ReadOnly Property Region As String

Property Value

Type: System.String

Returns String.

Remarks

Applies only to Microsoft AppFabric 1.1 for Windows Server.

See Also

DataCacheItemKey Class
Microsoft.ApplicationServer.Caching Namespace

Return to top