Share via


SPCachedObject.SizeBytes property

Gets an approximate size of the current object that is being cached.

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

Syntax

'Declaration
Public ReadOnly Property SizeBytes As ULong
    Get
'Usage
Dim instance As SPCachedObject
Dim value As ULong

value = instance.SizeBytes
public ulong SizeBytes { get; }

Property value

Type: System.UInt64
Returns UInt64.

See also

Reference

SPCachedObject class

SPCachedObject members

Microsoft.Office.Server.ObjectCache namespace