RoleManagerSection.MaxCachedResults プロパティ

定義

ロール Cookie にキャッシュ ASP.NET ロールの最大数を取得または設定します。

public:
 property int MaxCachedResults { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxCachedResults", DefaultValue=25)]
public int MaxCachedResults { get; set; }
[<System.Configuration.ConfigurationProperty("maxCachedResults", DefaultValue=25)>]
member this.MaxCachedResults : int with get, set
Public Property MaxCachedResults As Integer

プロパティ値

ロール Cookie にキャッシュ ASP.NET ロールの最大数を示す値。 既定値は 25 です。

属性

注釈

MaxCachedResults プロパティは、ロール Cookie にキャッシュ ASP.NET ロールの最大数を示す整数を返します。 既定値は 25 です。

適用対象

こちらもご覧ください