Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 a value indicating whether the value of BaseFieldControl may be locally cached.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Property CanCacheRenderedFieldValue As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.CanCacheRenderedFieldValue
Me.CanCacheRenderedFieldValue = value
protected bool CanCacheRenderedFieldValue { get; set; }
Type: System.Boolean
true if the value can be cached; otherwise, false. The default is true.
Please sign in to use this experience.
Sign in