Share via


LocalServiceSecuritySettingsElement.MaxCachedCookies Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje maximální počet souborů cookie, které lze uložit do mezipaměti.

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

Hodnota vlastnosti

Maximální počet souborů cookie, které lze uložit do mezipaměti.

Atributy

Platí pro