共用方式為


RoleManagerSection.MaxCachedResults 屬性

定義

取得或設定 ASP.NET 在角色 Cookie 中快取存放的角色數量上限。

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

屬性值

Int32

ASP.NET 在角色 Cookie 中快取存放的角色數量上限值。 預設值為 25。

屬性

備註

屬性會 MaxCachedResults 傳回整數,指出角色 Cookie 中 ASP.NET 快取的角色數目上限。 預設值為 25。

適用於

另請參閱