SPContext.FieldControlCacheSetCallback property
Gets or sets the delegate to call when setting the cached data in the current Microsoft SharePoint Foundation HTTP context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FieldControlCacheSetCallback As SPContext.SetCachedField
Get
Set
'Usage
Dim instance As SPContext
Dim value As SPContext.SetCachedField
value = instance.FieldControlCacheSetCallback
instance.FieldControlCacheSetCallback = value
public SPContext.SetCachedField FieldControlCacheSetCallback { get; set; }
Property value
Type: Microsoft.SharePoint.SPContext.SetCachedField
A SPContext.SetCachedField delegate.