Share via


SPCachedObject.Copy method

Creates and returns a copy of the current SPCachedObject.

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

Syntax

'Declaration
Public Function Copy As SPCachedObject
'Usage
Dim instance As SPCachedObject
Dim returnValue As SPCachedObject

returnValue = instance.Copy()
public SPCachedObject Copy()

Return value

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

See also

Reference

SPCachedObject class

SPCachedObject members

Microsoft.Office.Server.ObjectCache namespace