DataCacheItemKey.Key Property

 

The name of the data cache item key.

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

Syntax

public string Key { get; }
public:
property String^ Key {
    String^ get();
}
member Key : string with get
Public ReadOnly Property Key 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