CacheItemRemovedEventArgs.ObjectKey Property
The identifier of the object that has been removed from the cache.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectKey As String
Get
'Usage
Dim instance As CacheItemRemovedEventArgs
Dim value As String
value = instance.ObjectKey
public string ObjectKey { get; }
Property Value
Type: System.String
Returns String.
See Also
Reference
CacheItemRemovedEventArgs Class