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)
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.

See Also

Reference

SPContext Class

SPContext Members

Microsoft.SharePoint Namespace