Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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