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)
Syntax
'Declaration
<ResourcesAttribute("DataFormWebPartXSLTCacheTimeoutLiteral", "Miscellaneous", _
"DataFormWebPartXSLTCacheTimeoutDescription")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property CacheXslTimeOut As Integer
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As Integer
value = instance.CacheXslTimeOut
instance.CacheXslTimeOut = value
[ResourcesAttribute("DataFormWebPartXSLTCacheTimeoutLiteral", "Miscellaneous",
"DataFormWebPartXSLTCacheTimeoutDescription")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public int CacheXslTimeOut { get; set; }
Property value
Type: System.Int32