Share via


LocalServiceSecuritySettingsElement.MaxCachedCookies Propriété

Définition

Obtient ou définit une valeur qui spécifie le nombre maximal de cookies qui peuvent être mis en cache.

public:
 property int MaxCachedCookies { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxCachedCookies", DefaultValue=1000)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxCachedCookies { get; set; }
[<System.Configuration.ConfigurationProperty("maxCachedCookies", DefaultValue=1000)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxCachedCookies : int with get, set
Public Property MaxCachedCookies As Integer

Valeur de propriété

Nombre maximal de cookies qui peuvent être mis en cache.

Attributs

S’applique à