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)

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