BaseFieldControl.CanCacheRenderedFieldValue property

Gets or sets a value indicating whether the value of BaseFieldControl may be locally cached.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Property CanCacheRenderedFieldValue As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.CanCacheRenderedFieldValue

Me.CanCacheRenderedFieldValue = value
protected bool CanCacheRenderedFieldValue { get; set; }

Property value

Type: System.Boolean
true if the value can be cached; otherwise, false. The default is true.

See also

Reference

BaseFieldControl class

BaseFieldControl members

Microsoft.SharePoint.WebControls namespace

IsFieldValueCached