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 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)
Available in Sandboxed Solutions: No
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.