Share via


SPCachedObject.HitCountWrite property

Gets the number of write operations on the current SPCachedObject.

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

Syntax

'Declaration
Public ReadOnly Property HitCountWrite As UInteger
    Get
'Usage
Dim instance As SPCachedObject
Dim value As UInteger

value = instance.HitCountWrite
public uint HitCountWrite { get; }

Property value

Type: System.UInt32
Returns UInt32.

See also

Reference

SPCachedObject class

SPCachedObject members

Microsoft.Office.Server.ObjectCache namespace