다음을 통해 공유


SPCachedObject.HitCountRead Property

Gets the number of read operations on the current SPCachedObject.

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

Syntax

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

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

Property Value

Type: System.UInt32
Returns UInt32.

See Also

Reference

SPCachedObject Class

SPCachedObject Members

Microsoft.Office.Server.ObjectCache Namespace