Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the object that is being cached.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property Data As Object
Get
Set
'Usage
Dim instance As SPCachedObject
Dim value As Object
value = instance.Data
instance.Data = value
public Object Data { get; set; }
Property Value
Type: System.Object
Returns Object.