Share via


CacheItemRemovedEventArgs.Reason property

The DeletionReason value that defines the reason for the object’s removal from the cache.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Reason As DeletionReason
    Get
'Usage
Dim instance As CacheItemRemovedEventArgs
Dim value As DeletionReason

value = instance.Reason
public DeletionReason Reason { get; }

Property value

Type: Microsoft.Office.Server.ObjectCache.DeletionReason
Returns DeletionReason.

See also

Reference

CacheItemRemovedEventArgs class

CacheItemRemovedEventArgs members

Microsoft.Office.Server.ObjectCache namespace