DataFormWebPart.CacheXslTimeOut property

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

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace