SiteCacheSettingsWriter.CbqTimeToLive Property
Controls the number of seconds to keep the cross-list query result cached if the FlushOnTimeChange option is enabled.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property CbqTimeToLive As Integer
Get
Set
'Usage
Dim instance As SiteCacheSettingsWriter
Dim value As Integer
value = instance.CbqTimeToLive
instance.CbqTimeToLive = value
public int CbqTimeToLive { get; set; }
Property Value
Type: System.Int32