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.
Determines the length of time that elapses before the cache expires.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("DataViewWebPartPartCacheDataTimeoutLiteral", "Miscellaneous", _
"DataViewWebPartPartCacheDataTimeoutDescription")> _
Public Property CacheDataTimeout As Integer
Get
Set
'Usage
Dim instance As DataViewWebPart
Dim value As Integer
value = instance.CacheDataTimeout
instance.CacheDataTimeout = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("DataViewWebPartPartCacheDataTimeoutLiteral", "Miscellaneous",
"DataViewWebPartPartCacheDataTimeoutDescription")]
public int CacheDataTimeout { get; set; }
Property Value
Type: System.Int32
An integer indicating the number of seconds that elapse before the cache expires.