Share via


LocalServiceSecuritySettingsElement.MaxCachedCookies Proprietà

Definizione

Ottiene o imposta un valore che specifica il numero massimo di cookie che possono essere memorizzati nella 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

Valore della proprietà

Int32

Numero massimo di cookie che possono essere memorizzati nella cache.

Attributi

Si applica a