LocalServiceSecuritySettingsElement.MaxCachedCookies プロパティ

定義

キャッシュできるクッキーの最大数を指定する値を取得または設定します。

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

プロパティ値

キャッシュできるクッキーの最大数。

属性

適用対象