LocalServiceSecuritySettingsElement.MaxCachedCookies Özellik

Tanım

Önbelleğe alınabilecek tanımlama bilgisi sayısı üst sınırını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Int32

Önbelleğe alınabilecek tanımlama bilgisi sayısı üst sınırı.

Öznitelikler

Şunlara uygulanır