DataCacheOperationDescriptor.Key Property

 

Returns the Key property.

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

A string representing the current value of the Key property.

See Also

DataCacheOperationDescriptor Class
Microsoft.ApplicationServer.Caching Namespace

Return to top