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