CacheableWebPart.CacheTimeout, propriété (Microsoft.SharePoint.Portal.WebControls)
Ce membre est réservé à un usage interne et il n'a pas été conçu pour être utilisé directement à partir du code.Gets or sets the length of time in seconds the cache exists before being automatically deleted.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<ResourcesAttribute("CacheableWebpart_Property_CacheTimeout_Text", "", "")> _
<DefaultValueAttribute(0)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property CacheTimeout As Integer
'Utilisation
Dim instance As CacheableWebPart
Dim value As Integer
value = instance.CacheTimeout
instance.CacheTimeout = value
[ResourcesAttribute("CacheableWebpart_Property_CacheTimeout_Text", "", "")]
[DefaultValueAttribute(0)]
[WebPartStorageAttribute(Storage.Shared)]
public int CacheTimeout { get; set; }
Valeur de la propriété
A 32-bit signed integer that represents the length of time in seconds the cache exists before being automatically deleted.
Voir aussi
Référence
CacheableWebPart, classe
Membres CacheableWebPart
Microsoft.SharePoint.Portal.WebControls, espace de noms