RoleManagerSection.MaxCachedResults 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
屬性值
ASP.NET 在角色 Cookie 中快取存放的角色數量上限值。 預設值為 25。
- 屬性
備註
屬性會 MaxCachedResults 傳回整數,指出角色 Cookie 中 ASP.NET 快取的角色數目上限。 預設值為 25。