Freigeben über


LocalServiceSecuritySettingsElement.MaxCachedCookies Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der die maximale Anzahl von Cookies angibt, die zwischengespeichert werden können.

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

Eigenschaftswert

Int32

Die maximale Anzahl von Cookies, die zwischengespeichert werden können.

Attribute

Gilt für