CacheEntryUpdateArguments::Key Property

.NET Framework (current version)
 

Gets the unique identifier for a cache entry that is about to be removed.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property String^ Key {
	String^ get();
}

Property Value

Type: System::String^

The unique identifier for the cache entry.

.NET Framework
Available since 4.0
Return to top
Show: