CacheItemRemovedEventArgs.Data Property
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 Data As Object
Get
'Usage
Dim instance As CacheItemRemovedEventArgs
Dim value As Object
value = instance.Data
public Object Data { get; }
Property Value
Type: System.Object
Returns Object.
See Also
Reference
CacheItemRemovedEventArgs Class