CacheParameter.maxCacheSize - Propriété

Obtient ou définit la taille maximale du cache, en octets.

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

Syntaxe

'Déclaration
Public Property maxCacheSize As ULong
    Get
    Set
'Utilisation
Dim instance As CacheParameter
Dim value As ULong

value = instance.maxCacheSize

instance.maxCacheSize = value
public ulong maxCacheSize { get; set; }

Valeur de propriété

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

Voir aussi

Référence

CacheParameter structure

CacheParameter - Membres

Microsoft.Office.Server.ObjectCache - Espace de noms