Partager via


CacheParameter.lifetime - Propriété

Obtient ou définit la période de rétention par défaut pour les éléments dans le cache.

Espace de noms :  Microsoft.Office.Server.ObjectCache
Assembly :  Microsoft.Office.Server (dans Microsoft.Office.Server.dll)

Syntaxe

'Déclaration
Public Property lifetime As TimeSpan
    Get
    Set
'Utilisation
Dim instance As CacheParameter
Dim value As TimeSpan

value = instance.lifetime

instance.lifetime = value
public TimeSpan lifetime { get; set; }

Valeur de propriété

Type : System.TimeSpan
Cette propriété renvoie TimeSpan.

Voir aussi

Référence

CacheParameter structure

CacheParameter - Membres

Microsoft.Office.Server.ObjectCache - Espace de noms