Share via


SPContext.FieldControlCacheGetCallback Property

Gets or sets the delegate to call to check for a cached value 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 FieldControlCacheGetCallback As SPContext.GetCachedField
    Get
    Set
'Usage
Dim instance As SPContext
Dim value As SPContext.GetCachedField

value = instance.FieldControlCacheGetCallback

instance.FieldControlCacheGetCallback = value
public SPContext.GetCachedField FieldControlCacheGetCallback { get; set; }

Property Value

Type: Microsoft.SharePoint.SPContext.GetCachedField
A SPContext.GetCachedField delegate.

See Also

Reference

SPContext Class

SPContext Members

Microsoft.SharePoint Namespace