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.
Indicates the duration of the lifetime, in seconds, for the XSLT cache.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<ResourcesAttribute("DataFormWebPartXSLTCacheTimeoutLiteral", "Miscellaneous", _
"DataFormWebPartXSLTCacheTimeoutDescription")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property CacheXslTimeOut As Integer
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As Integer
value = instance.CacheXslTimeOut
instance.CacheXslTimeOut = value
[WebBrowsableAttribute(true)]
[ResourcesAttribute("DataFormWebPartXSLTCacheTimeoutLiteral", "Miscellaneous",
"DataFormWebPartXSLTCacheTimeoutDescription")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public int CacheXslTimeOut { get; set; }
Property Value
Type: System.Int32